Searched refs:udplite_dport (Results 1 – 3 of 3) sorted by relevance
47 uint16_t udplite_dport; /* destination port */ member71 udplite_dport = p == NULL ? 0 : ntohs(p->uh_dport);
52 this->lport = this->recv ? args[4]->udplite_dport : args[4]->udplite_sport;53 this->rport = this->recv ? args[4]->udplite_sport : args[4]->udplite_dport;
36 u_short udplite_dport; /* UDP-Lite destination port */ member