Home
last modified time | relevance | path

Searched refs:ID0socket (Results 1 – 7 of 7) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Did.h37 extern int ID0socket(int, int, int);
60 #define ID0socket socket macro
H A Diface.c365 if ((s = ID0socket(PF_INET, SOCK_DGRAM, 0)) == -1) { in iface_Name()
428 if ((s = ID0socket(PF_INET, SOCK_DGRAM, 0)) == -1) { in iface_Descr()
487 if (*s == -1 && (*s = ID0socket(af, SOCK_DGRAM, 0)) == -1) in iface_Clear()
518 if ((s = ID0socket(af, SOCK_DGRAM, 0)) == -1) { in iface_Add()
601 if ((s = ID0socket(ncpaddr_family(del), SOCK_DGRAM, 0)) == -1) { in iface_Delete()
634 s = ID0socket(PF_INET, SOCK_DGRAM, 0); in iface_ChangeFlags()
703 if ((s = ID0socket(PF_INET, SOCK_DGRAM, 0)) == -1) { in iface_Destroy()
H A Dprobe.c59 if ((s = ID0socket(PF_INET6, SOCK_DGRAM, 0)) == -1) in ipv6_available()
H A Did.c117 ID0socket(int domain, int type, int protocol) in ID0socket() function
H A Darp.c115 routes = ID0socket(PF_ROUTE, SOCK_RAW, AF_INET); in arp_ProxySub()
H A Droute.c748 s = ID0socket(PF_ROUTE, SOCK_RAW, 0); in rt_Set()
868 s = ID0socket(PF_ROUTE, SOCK_RAW, 0); in rt_Update()
H A Dmp.c1136 s->fd = ID0socket(PF_LOCAL, SOCK_DGRAM, 0); in mpserver_Open()