Home
last modified time | relevance | path

Searched refs:NGIOCGINFO (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netgraph/
H A Dng_message.h371 #define NGIOCGINFO _IOR('N', 40, struct nodeinfo) /* get node info */ macro
/freebsd/usr.sbin/ppp/
H A Dtty.c294 if (ioctl(p->fd, NGIOCGINFO, info) < 0) { in LoadLineDiscipline()