Lines Matching defs:dport
170 uint16_t sport, dport, win, urp;
201 dport = GET_BE_U_2(tp->th_dport);
209 tcpport_string(ndo, dport));
212 tcpport_string(ndo, sport), tcpport_string(ndo, dport));
220 tcpport_string(ndo, dport));
223 tcpport_string(ndo, sport), tcpport_string(ndo, dport));
271 if (sport > dport)
273 else if (sport == dport) {
280 tha.port = ((u_int)dport) << 16 | sport;
284 tha.port = ((u_int)sport) << 16 | dport;
331 if (sport > dport)
333 else if (sport == dport) {
342 tha.port = ((u_int)dport) << 16 | sport;
348 tha.port = ((u_int)sport) << 16 | dport;
830 if (dport == NFS_PORT && direction == SUNRPC_CALL) {