Searched refs:nhdr (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/contrib/tcpdump/
H A Dprint-ipcomp.c51 ipcomp_print(register const u_char *bp, int *nhdr _U_)
81 if (nhdr)
82 *nhdr = ipcomp->comp_nxt;
H A Dprint-esp.c522 int *nhdr
678 if (nhdr)
679 *nhdr = *(ep - 1);
H A Dnetdissect.h287 int *nhdr, int *padlen);
/freebsd-10-stable/lib/libprocstat/
H A Dcore.c153 Elf_Note nhdr; local
214 if (!core_read(core, &nhdr, sizeof(nhdr)))
217 offset += sizeof(nhdr) +
218 roundup2(nhdr.n_namesz, sizeof(Elf32_Size)) +
219 roundup2(nhdr.n_descsz, sizeof(Elf32_Size));
221 if (nhdr.n_namesz == 0 && nhdr.n_descsz == 0)
223 if (nhdr.n_type != n_type)
225 if (nhdr
[all...]
/freebsd-10-stable/sys/netinet/libalias/
H A Dalias_util.c111 int nhdr, ntcp, nbytes; local
114 nhdr = pip->ip_hl << 2;
115 ntcp = ntohs(pip->ip_len) - nhdr;
/freebsd-10-stable/usr.sbin/fwcontrol/
H A Dfwdv.c262 int len, tlen, header, fd, frames, packets, vec, offset, nhdr, i; local
340 nhdr = 0;
349 ciph = (struct ciphdr *)&hdr[nhdr][1];
382 bcopy(hdr[nhdr], hdr[nhdr+1], sizeof(hdr[0]));
383 hdr[nhdr][0] = iso_empty;
384 wbuf[vec].iov_base = (char *)hdr[nhdr];
386 nhdr ++;
389 hdr[nhdr][0] = iso_data;
390 wbuf[vec].iov_base = (char *)hdr[nhdr];
[all...]
/freebsd-10-stable/contrib/wpa/src/eap_peer/
H A Deap_peap.c819 struct eap_hdr *nhdr; local
826 nhdr = wpabuf_put(nmsg, sizeof(*nhdr));
828 nhdr->code = req->code;
829 nhdr->identifier = req->identifier;
830 nhdr->length = host_to_be16(sizeof(struct eap_hdr) +
/freebsd-10-stable/contrib/wpa/src/eap_server/
H A Deap_server_peap.c1063 struct eap_hdr *nhdr; local
1073 nhdr = wpabuf_put(nbuf, sizeof(*nhdr));
1074 nhdr->code = resp->code;
1075 nhdr->identifier = resp->identifier;
1076 nhdr->length = host_to_be16(sizeof(struct eap_hdr) +
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c2877 arc_buf_hdr_t *nhdr; local
2883 nhdr = kmem_cache_alloc(new, KM_PUSHPAGE);
2888 bcopy(hdr, nhdr, HDR_L2ONLY_SIZE);
2891 arc_hdr_set_flags(nhdr, ARC_FLAG_HAS_L1HDR);
2897 nhdr->b_l1hdr.b_state = arc_l2c_only;
2900 ASSERT3P(nhdr->b_l1hdr.b_pdata, ==, NULL);
2931 arc_hdr_clear_flags(nhdr, ARC_FLAG_HAS_L1HDR);
2937 (void) buf_hash_insert(nhdr, NULL);
2949 list_insert_after(&dev->l2ad_buflist, hdr, nhdr);
2963 (void) refcount_add_many(&dev->l2ad_alloc, arc_hdr_size(nhdr), nhd
5249 arc_buf_hdr_t *nhdr; local
[all...]
/freebsd-10-stable/sys/netinet/
H A Dtcp_subr.c2157 uint16_t nhdr; local
2251 nhdr = 0;
2252 MD5Update(&ctx, (char *)&nhdr, sizeof(uint8_t));
2253 MD5Update(&ctx, (char *)&nhdr, sizeof(uint8_t));
2254 MD5Update(&ctx, (char *)&nhdr, sizeof(uint8_t));
2255 nhdr = IPPROTO_TCP;
2256 MD5Update(&ctx, (char *)&nhdr, sizeof(uint8_t));

Completed in 113 milliseconds