Home
last modified time | relevance | path

Searched refs:vcc_create (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/net/atm/
Dcommon.h13 int vcc_create(struct socket *sock, int protocol, int family);
Dpvc.c131 return vcc_create(sock, protocol, PF_ATMPVC); in pvc_create()
Dsvc.c548 error = vcc_create(sock, protocol, AF_ATMSVC); in svc_create()
Dcommon.c249 int vcc_create(struct socket *sock, int protocol, int family) in vcc_create() function