Searched defs:portno (Results 1 – 3 of 3) 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() 67 cc_port_create(struct ccdata *cc, void *uarg, u_int portno) in cc_port_create() 176 cc_get_addrs(struct ccdata *cc, u_int portno, in cc_get_addrs() 247 cc_addr_unregister(struct ccdata *cc, u_int portno, const struct uni_addr *arg) in cc_addr_unregister() 270 cc_addr_register(struct ccdata *cc, u_int portno, const struct uni_addr *arg) in cc_addr_register() 298 cc_port_get_param(struct ccdata *cc, u_int portno, in cc_port_get_param() 358 cc_port_start(struct ccdata *cc, u_int portno) in cc_port_start() 375 cc_port_stop(struct ccdata *cc, u_int portno) in cc_port_stop() 399 cc_port_isrunning(struct ccdata *cc, u_int portno, int *state) in cc_port_isrunning() 416 cc_port_clear(struct ccdata *cc, u_int portno) in cc_port_clear() [all …]
|
| H A D | atmapi.h | 276 uint32_t portno; member
|
| /f-stack/freebsd/netgraph/atm/ccatm/ |
| H A D | ng_ccatm.c | 391 ng_ccatm_get_addresses(node_p node, uint32_t portno, struct ng_mesg *msg, in ng_ccatm_get_addresses()
|