/src/sys/netinet/ |
dccp.h | 43 u_short dh_dport; /* destination port */ member in struct:dccphdr 70 u_short dh_dport; /* destination port */ member in struct:dccplhdr 98 u_int16_t dh_dport; /* destination port */ member in struct:dccp_nathdr
|
dccp_usrreq.c | 341 dh->dh_sport, &ip6->ip6_dst, dh->dh_dport, 0, 0); 345 dh->dh_dport, 0); 351 dh->dh_sport, ip->ip_dst, dh->dh_dport, 0); 355 dh->dh_dport); 389 dbuf, ntohs(dh->dh_dport), sbuf, 448 inp->inp_lport = dh->dh_dport; 457 inp->inp_lport = dh->dh_dport; 952 inpcb_notify(&dccpbtable, faddr, dh->dh_dport, 1371 dh->dh_dport = inp->inp_fport;
|