Searched refs:NGIOCGINFO (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/netgraph/
H A Dng_message.h371 #define NGIOCGINFO _IOR('N', 40, struct nodeinfo) /* get node info */ macro
/freebsd-11-stable/usr.sbin/bluetooth/hcseriald/
H A Dhcseriald.c221 if (ioctl(fd, NGIOCGINFO, &ni) < 0) {
/freebsd-11-stable/sys/netgraph/bluetooth/drivers/h4/
H A Dng_h4.c75 ** corresponding netgraph node via a NGIOCGINFO ioctl().
286 * We implement the NGIOCGINFO ioctl() defined in ng_message.h.
302 case NGIOCGINFO:
/freebsd-11-stable/usr.sbin/ppp/
H A Dtty.c296 if (ioctl(p->fd, NGIOCGINFO, info) < 0) {
297 log_Printf(LogWARN, "%s: ioctl(NGIOCGINFO): %s\n", p->link.name,

Completed in 178 milliseconds