Lines Matching defs:port
34 in_port_t port;
57 if (e1->port < e2->port)
59 if (e1->port > e2->port)
96 find_port(dns_element_t *list, unsigned int len, in_port_t port) {
103 if (list[xtry].port == port)
105 if (port > list[xtry].port) {
129 dns_portlist_add(dns_portlist_t *portlist, int af, in_port_t port) {
138 el = find_port(portlist->list, portlist->active, port);
166 portlist->list[portlist->active].port = port;
180 dns_portlist_remove(dns_portlist_t *portlist, int af, in_port_t port) {
188 el = find_port(portlist->list, portlist->active, port);
206 dns_portlist_match(dns_portlist_t *portlist, int af, in_port_t port) {
214 el = find_port(portlist->list, portlist->active, port);