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

/freebsd-10.0-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-10.0-release/sys/netinet/
H A Din_pcb.c1250 struct inpcbport *phd = inp->inp_phd; local
1255 if (LIST_FIRST(&phd->phd_pcblist) == NULL) {
1256 LIST_REMOVE(phd, phd_hash);
1257 free(phd, M_PCB);
1444 struct inpcbport *phd; local
1454 LIST_FOREACH(phd, porthash, phd_hash) {
1455 if (phd->phd_port == lport)
1458 if (phd != NULL) {
1463 LIST_FOREACH(inp, &phd->phd_pcblist, inp_portlist) {
1888 struct inpcbport *phd; local
2025 struct inpcbport *phd = inp->inp_phd; local
[all...]
H A Dsctp_indata.c2711 struct sctp_paramhdr *phd; local
2713 merr = sctp_get_mbuf_for_msg(sizeof(*phd), 0, M_NOWAIT, 1, MT_DATA);
2715 phd = mtod(merr, struct sctp_paramhdr *);
2724 phd->param_type =
2726 phd->param_length =
2727 htons(chk_length + sizeof(*phd));
2728 SCTP_BUF_LEN(merr) = sizeof(*phd);
H A Dsctp_input.c5515 struct sctp_paramhdr *phd; local
5520 phd = mtod(mm, struct sctp_paramhdr *);
5528 phd->param_type = htons(SCTP_CAUSE_UNRECOG_CHUNK);
5529 phd->param_length = htons(chk_length + sizeof(*phd));
5530 SCTP_BUF_LEN(mm) = sizeof(*phd);
/freebsd-10.0-release/sys/netinet6/
H A Din6_pcb.c717 struct inpcbport *phd; local
727 LIST_FOREACH(phd, porthash, phd_hash) {
728 if (phd->phd_port == lport)
731 if (phd != NULL) {
736 LIST_FOREACH(inp, &phd->phd_pcblist, inp_portlist) {

Completed in 272 milliseconds