usr.sbin/ppp/arp.c
115
routes = ID0socket(PF_ROUTE, SOCK_RAW, AF_INET);
usr.sbin/ppp/id.h
37
extern int ID0socket(int, int, int);
usr.sbin/ppp/iface.c
365
if ((s = ID0socket(PF_INET, SOCK_DGRAM, 0)) == -1) {
usr.sbin/ppp/iface.c
428
if ((s = ID0socket(PF_INET, SOCK_DGRAM, 0)) == -1) {
usr.sbin/ppp/iface.c
487
if (*s == -1 && (*s = ID0socket(af, SOCK_DGRAM, 0)) == -1)
usr.sbin/ppp/iface.c
518
if ((s = ID0socket(af, SOCK_DGRAM, 0)) == -1) {
usr.sbin/ppp/iface.c
601
if ((s = ID0socket(ncpaddr_family(del), SOCK_DGRAM, 0)) == -1) {
usr.sbin/ppp/iface.c
634
s = ID0socket(PF_INET, SOCK_DGRAM, 0);
usr.sbin/ppp/iface.c
703
if ((s = ID0socket(PF_INET, SOCK_DGRAM, 0)) == -1) {
usr.sbin/ppp/mp.c
1136
s->fd = ID0socket(PF_LOCAL, SOCK_DGRAM, 0);
usr.sbin/ppp/probe.c
59
if ((s = ID0socket(PF_INET6, SOCK_DGRAM, 0)) == -1)
usr.sbin/ppp/route.c
748
s = ID0socket(PF_ROUTE, SOCK_RAW, 0);
usr.sbin/ppp/route.c
868
s = ID0socket(PF_ROUTE, SOCK_RAW, 0);