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

/freebsd-9.3-release/usr.sbin/ipfwpcap/
H A Dipfwpcap.c167 struct pcap_pkthdr phd; local
295 (void) gettimeofday(&(phd.ts), NULL);
296 phd.caplen = phd.len = nr;
297 pcap_dump((u_char *)dp, &phd, buf);
/freebsd-9.3-release/sys/netinet/
H A Din_pcb.c1249 struct inpcbport *phd = inp->inp_phd; local
1254 if (LIST_FIRST(&phd->phd_pcblist) == NULL) {
1255 LIST_REMOVE(phd, phd_hash);
1256 free(phd, M_PCB);
1443 struct inpcbport *phd; local
1453 LIST_FOREACH(phd, porthash, phd_hash) {
1454 if (phd->phd_port == lport)
1457 if (phd != NULL) {
1462 LIST_FOREACH(inp, &phd->phd_pcblist, inp_portlist) {
1887 struct inpcbport *phd; local
2024 struct inpcbport *phd = inp->inp_phd; local
[all...]
H A Dsctp_indata.c2487 struct sctp_paramhdr *phd; local
2489 merr = sctp_get_mbuf_for_msg(sizeof(*phd), 0, M_DONTWAIT, 1, MT_DATA);
2491 phd = mtod(merr, struct sctp_paramhdr *);
2500 phd->param_type =
2502 phd->param_length =
2503 htons(chk_length + sizeof(*phd));
2504 SCTP_BUF_LEN(merr) = sizeof(*phd);
H A Dsctp_input.c5493 struct sctp_paramhdr *phd; local
5498 phd = mtod(mm, struct sctp_paramhdr *);
5506 phd->param_type = htons(SCTP_CAUSE_UNRECOG_CHUNK);
5507 phd->param_length = htons(chk_length + sizeof(*phd));
5508 SCTP_BUF_LEN(mm) = sizeof(*phd);
/freebsd-9.3-release/sys/netinet6/
H A Din6_pcb.c719 struct inpcbport *phd; local
729 LIST_FOREACH(phd, porthash, phd_hash) {
730 if (phd->phd_port == lport)
733 if (phd != NULL) {
738 LIST_FOREACH(inp, &phd->phd_pcblist, inp_portlist) {

Completed in 91 milliseconds