Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/ipfwpcap/
H A Dipfwpcap.c167 struct pcap_pkthdr phd; in main() local
295 (void) gettimeofday(&(phd.ts), NULL); in main()
296 phd.caplen = phd.len = nr; in main()
297 pcap_dump((u_char *)dp, &phd, buf); in main()
/freebsd-14.2/sys/netinet/
H A Din_pcb.c2018 struct inpcbport *phd; in in_pcblookup_local() local
2029 if (phd->phd_port == lport) in in_pcblookup_local()
2032 if (phd != NULL) { in in_pcblookup_local()
2611 struct inpcbport *phd; in in_pcbinshash() local
2655 if (phd->phd_port == inp->inp_lport) in in_pcbinshash()
2662 if (phd == NULL) { in in_pcbinshash()
2664 if (phd == NULL) { in in_pcbinshash()
2669 phd->phd_port = inp->inp_lport; in in_pcbinshash()
2670 CK_LIST_INIT(&phd->phd_pcblist); in in_pcbinshash()
2673 inp->inp_phd = phd; in in_pcbinshash()
[all …]
/freebsd-14.2/sys/netinet6/
H A Din6_pcb.c762 struct inpcbport *phd; in in6_pcblookup_local() local
772 CK_LIST_FOREACH(phd, porthash, phd_hash) { in in6_pcblookup_local()
773 if (phd->phd_port == lport) in in6_pcblookup_local()
776 if (phd != NULL) { in in6_pcblookup_local()
781 CK_LIST_FOREACH(inp, &phd->phd_pcblist, inp_portlist) { in in6_pcblookup_local()
/freebsd-14.2/contrib/libpcap/
H A DCREDITS44 B. Scott Michel <scooter dot phd at gmail dot com>