Lines Matching defs:dport
169 uint16_t sport, dport, win, urp;
200 dport = GET_BE_U_2(tp->th_dport);
208 tcpport_string(ndo, dport));
211 tcpport_string(ndo, sport), tcpport_string(ndo, dport));
219 tcpport_string(ndo, dport));
222 tcpport_string(ndo, sport), tcpport_string(ndo, dport));
270 if (sport > dport)
272 else if (sport == dport) {
279 tha.port = ((u_int)dport) << 16 | sport;
283 tha.port = ((u_int)sport) << 16 | dport;
324 if (sport > dport)
326 else if (sport == dport) {
335 tha.port = ((u_int)dport) << 16 | sport;
341 tha.port = ((u_int)sport) << 16 | dport;
809 if (dport == NFS_PORT && direction == SUNRPC_CALL) {