Searched refs:ipid (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/tests/sys/netinet/
H A Dip_reass_test.c203 uint16_t ipid; local
206 ipid = arc4random_uniform(UINT16_MAX + 1);
210 ip->ip_id = ipid;
216 ip->ip_id = ipid;
222 ip->ip_id = ipid;
228 ip->ip_id = ipid;
283 uint16_t ipid; local
286 ipid = arc4random_uniform(UINT16_MAX + 1);
293 ip->ip_id = ipid;
299 ip->ip_id = ~ipid;
333 uint16_t ipid; local
[all...]
/freebsd-current/sbin/ipf/ipftest/
H A Dip_fil.c565 static u_short ipid = 0; local
577 id = ipid++;
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dip_frag.c170 RWLOCK_INIT(&softf->ipfr_ipidfrag, "frag ipid lock");
566 /* ipid(I) - new IP ID for this fragmented packet */
572 ipf_frag_ipidnew(fr_info_t *fin, u_32_t ipid) argument
587 fra->ipfr_data = (void *)(intptr_t)ipid;
/freebsd-current/usr.sbin/bhyve/
H A Dpci_e82545.c1091 uint16_t ipcs, tcpcs, ipid, ohead; local
1376 ipid = ntohs(*(uint16_t *)&hdr[ckinfo[0].ck_start + 4]);
1415 htons(ipid + seg);
/freebsd-current/sys/dev/bnxt/
H A Dhsi_struct_def.h66549 uint16_t ipid; member in struct:cmdq_add_gid
66721 uint16_t ipid; member in struct:cmdq_modify_gid
66890 uint16_t ipid; member in struct:creq_query_gid_resp_sb
[all...]

Completed in 477 milliseconds