/external/tcpdump/ |
print-ipcomp.c | 51 ipcomp_print(register const u_char *bp, int *nhdr _U_) 81 if (nhdr) 82 *nhdr = ipcomp->comp_nxt;
|
print-esp.c | 334 int *nhdr 495 if (nhdr) 496 *nhdr = *(ep - 1);
|
netdissect.h | 251 int *nhdr, int *padlen);
|
/external/elfutils/libelf/ |
abstract.h | 151 START (Bits, Nhdr, Ext##Nhdr) \ 155 END (Bits, Ext##Nhdr)
|
/external/wpa_supplicant/ |
eap_peap.c | 487 struct eap_hdr *nhdr = os_malloc(sizeof(struct eap_hdr) + local 489 if (nhdr == NULL) { 493 os_memcpy((u8 *) (nhdr + 1), in_decrypted, len_decrypted); 495 nhdr->code = req->code; 496 nhdr->identifier = req->identifier; 497 nhdr->length = host_to_be16(sizeof(struct eap_hdr) + 501 in_decrypted = (u8 *) nhdr;
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
eap_peap.c | 1090 struct eap_hdr *nhdr; local 1100 nhdr = wpabuf_put(nbuf, sizeof(*nhdr)); 1101 nhdr->code = resp->code; 1102 nhdr->identifier = resp->identifier; 1103 nhdr->length = host_to_be16(sizeof(struct eap_hdr) + [all...] |
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_peap.c | 1067 struct eap_hdr *nhdr; local 1077 nhdr = wpabuf_put(nbuf, sizeof(*nhdr)); 1078 nhdr->code = resp->code; 1079 nhdr->identifier = resp->identifier; 1080 nhdr->length = host_to_be16(sizeof(struct eap_hdr) + [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
eap_peap.c | 823 struct eap_hdr *nhdr; local 830 nhdr = wpabuf_put(nmsg, sizeof(*nhdr)); 832 nhdr->code = req->code; 833 nhdr->identifier = req->identifier; 834 nhdr->length = host_to_be16(sizeof(struct eap_hdr) + [all...] |
/external/wpa_supplicant_8/src/eap_peer/ |
eap_peap.c | 823 struct eap_hdr *nhdr; local 830 nhdr = wpabuf_put(nmsg, sizeof(*nhdr)); 832 nhdr->code = req->code; 833 nhdr->identifier = req->identifier; 834 nhdr->length = host_to_be16(sizeof(struct eap_hdr) + [all...] |
/external/valgrind/main/coregrind/m_coredump/ |
coredump-elf.c | 145 ESZ(Nhdr) note; 151 return sizeof(ESZ(Nhdr)) + VG_ROUNDUP(VG_(strlen)(n->name)+1, 4) + VG_ROUNDUP(n->note.n_descsz, 4);
|