Searched refs:physical2iov (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/usr.sbin/ppp/
H A Dphysical.h31 /* Device types (don't use zero, it'll be confused with NULL in physical2iov */
146 extern int physical2iov(struct physical *, struct iovec *, int *, int, int *,
H A Dphysical.c177 /* The sample period is fixed - see physical2iov() & iov2physical() */
677 physical2iov(struct physical *p, struct iovec *iov, int *niov, int maxiov, function
707 log_Printf(LogERROR, "physical2iov: No room for physical + throughput"
731 log_Printf(LogALERT, "physical2iov: Out of memory (%d bytes)\n", sz);
H A Ddatalink.c1414 link_fd = physical2iov(dl ? dl->physical : NULL, iov, niov, maxiov, auxfd,

Completed in 64 milliseconds