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

/freebsd-10.1-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.1-release/sys/netinet/
H A Din_pcb.c1247 struct inpcbport *phd = inp->inp_phd; local
1252 if (LIST_FIRST(&phd->phd_pcblist) == NULL) {
1253 LIST_REMOVE(phd, phd_hash);
1254 free(phd, M_PCB);
1441 struct inpcbport *phd; local
1451 LIST_FOREACH(phd, porthash, phd_hash) {
1452 if (phd->phd_port == lport)
1455 if (phd != NULL) {
1460 LIST_FOREACH(inp, &phd->phd_pcblist, inp_portlist) {
1885 struct inpcbport *phd; local
2022 struct inpcbport *phd = inp->inp_phd; local
[all...]
H A Dsctp_indata.c2488 struct sctp_paramhdr *phd; local
2490 merr = sctp_get_mbuf_for_msg(sizeof(*phd), 0, M_NOWAIT, 1, MT_DATA);
2492 phd = mtod(merr, struct sctp_paramhdr *);
2501 phd->param_type =
2503 phd->param_length =
2504 htons(chk_length + sizeof(*phd));
2505 SCTP_BUF_LEN(merr) = sizeof(*phd);
H A Dsctp_input.c5508 struct sctp_paramhdr *phd; local
5513 phd = mtod(mm, struct sctp_paramhdr *);
5521 phd->param_type = htons(SCTP_CAUSE_UNRECOG_CHUNK);
5522 phd->param_length = htons(chk_length + sizeof(*phd));
5523 SCTP_BUF_LEN(mm) = sizeof(*phd);
/freebsd-10.1-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 140 milliseconds