Searched refs:device2iov (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/usr.sbin/ppp/ |
| D | physical.h | 73 void (*device2iov)(struct device *, struct iovec *, int *, int, int *, int *); member
|
| D | physical.c | 719 if (h && h->device2iov) in physical2iov() 720 (*h->device2iov)(h, iov, niov, maxiov, auxfd, nauxfd); in physical2iov()
|