Searched refs:phd (Results 1 – 4 of 4) sorted by relevance
167 struct pcap_pkthdr phd; in main() local295 (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()
2018 struct inpcbport *phd; in in_pcblookup_local() local2029 if (phd->phd_port == lport) in in_pcblookup_local()2032 if (phd != NULL) { in in_pcblookup_local()2611 struct inpcbport *phd; in in_pcbinshash() local2655 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 …]
762 struct inpcbport *phd; in in6_pcblookup_local() local772 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()
44 B. Scott Michel <scooter dot phd at gmail dot com>