Home
last modified time | relevance | path

Searched refs:phd (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/usr.sbin/ipfwpcap/
H A Dipfwpcap.c169 struct pcap_pkthdr phd; in main() local
297 (void) gettimeofday(&(phd.ts), NULL); in main()
298 phd.caplen = phd.len = nr; in main()
299 pcap_dump((u_char *)dp, &phd, buf); in main()
/freebsd-13.1/sys/netinet/
H A Din_pcb.c1699 struct inpcbport *phd; in inpcbport_free() local
1702 free(phd, M_PCB); in inpcbport_free()
1820 CK_LIST_REMOVE(phd, phd_hash); in in_pcbdrop()
2013 struct inpcbport *phd; in in_pcblookup_local() local
2024 if (phd->phd_port == lport) in in_pcblookup_local()
2027 if (phd != NULL) { in in_pcblookup_local()
2642 struct inpcbport *phd; in in_pcbinshash_internal() local
2688 if (phd == NULL) { in in_pcbinshash_internal()
2690 if (phd == NULL) { in in_pcbinshash_internal()
2694 phd->phd_port = inp->inp_lport; in in_pcbinshash_internal()
[all …]
/freebsd-13.1/sys/netinet6/
H A Din6_pcb.c778 struct inpcbport *phd; in in6_pcblookup_local() local
788 CK_LIST_FOREACH(phd, porthash, phd_hash) { in in6_pcblookup_local()
789 if (phd->phd_port == lport) in in6_pcblookup_local()
792 if (phd != NULL) { in in6_pcblookup_local()
797 CK_LIST_FOREACH(inp, &phd->phd_pcblist, inp_portlist) { in in6_pcblookup_local()