Home
last modified time | relevance | path

Searched refs:pipex_ioctl (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/net/
H A Dpipex.h190 int pipex_ioctl (void *, u_long, caddr_t);
H A Dif_pppx.c453 error = pipex_ioctl(pxd, cmd, addr); in pppxioctl()
1239 error = pipex_ioctl(sc, cmd, data); in pppacioctl()
H A Dpipex.c164 pipex_ioctl(void *ownersc, u_long cmd, caddr_t data) in pipex_ioctl() function