Searched refs:find_port (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/ngatm/netnatm/api/ |
| H A D | cc_port.c | 52 find_port(struct ccdata *cc, u_int portno) in find_port() function 189 if ((port = find_port(cc, portno)) == NULL) in cc_get_addrs() 252 if ((port = find_port(cc, portno)) == NULL) in cc_addr_unregister() 275 if ((port = find_port(cc, portno)) == NULL) in cc_addr_register() 303 if ((port = find_port(cc, portno)) == NULL) in cc_port_get_param() 317 if ((port = find_port(cc, param->port)) == NULL) in cc_port_set_param() 362 if ((port = find_port(cc, portno)) == NULL) in cc_port_start() 379 if ((port = find_port(cc, portno)) == NULL) in cc_port_stop() 403 if ((port = find_port(cc, portno)) == NULL) in cc_port_isrunning() 421 if ((port = find_port(cc, portno)) == NULL) in cc_port_clear()
|