HomeSort by: relevance | last modified time | path
    Searched refs:ifioctl (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/nfs/
nfs_boot.c 228 error = ifioctl(so, SIOCGIFFLAGS, (void *)&ireq, lwp);
237 error = ifioctl(so, SIOCSIFFLAGS, &ireq, lwp);
274 error = ifioctl(so, SIOCGIFMTU, (void *)&ireq, lwp);
282 error = ifioctl(so, SIOCSIFMTU, &ireq, lwp);
337 error = ifioctl(so, SIOCAIFADDR, (void *)&iareq, lwp);
375 error = ifioctl(so, SIOCDIFADDR, &ifr, lwp);
  /src/sys/kern/
sys_socket.c 103 int (*ifioctl)(struct socket *, u_long, void *, struct lwp *) = (void *)eopnotsupp; variable in typeref:typename:int (*)(struct socket *,u_long,void *,struct lwp *)
217 error = ifioctl(so, cmd, data, curlwp);
  /src/sys/fs/nfs/common/
bootp_subr.c 746 error = ifioctl(bootp_so, SIOCAIFADDR, (void *)ifra,
760 error = ifioctl(bootp_so, SIOCAIFADDR, (void *)ifra,
970 error = ifioctl(bootp_so, SIOCGIFFLAGS, (void *)ifr, td);
974 error = ifioctl(bootp_so, SIOCSIFFLAGS, (void *)ifr, td);
991 error = ifioctl(bootp_so, SIOCAIFADDR, (void *)ifra, td);
1006 error = ifioctl(bootp_so, SIOCGIFFLAGS, (void *)ifr, td);
1010 error = ifioctl(bootp_so, SIOCSIFFLAGS, (void *)ifr, td);
1016 error = ifioctl(bootp_so, SIOCDIFADDR, (void *) ifr, td);
1050 error = ifioctl(bootp_so, SIOCSIFMTU, (void *) ifr, td);
1062 error = ifioctl(bootp_so, SIOCDIFADDR, (void *) ifr, td)
    [all...]
  /src/sys/fs/nfs/client/
nfs_clvfsops.c 385 * - do enough of "ifconfig" by calling ifioctl() so that the system
446 error = ifioctl(so, SIOCAIFADDR, (caddr_t)&nd->myif, td);
451 error = ifioctl(so, SIOCAIFADDR, (caddr_t)&nd->myif, td);
458 error = ifioctl(so, SIOCSIFMTU, (caddr_t)&ir, td);
  /src/sys/net/
if.h 1140 extern int (*ifioctl)(struct socket *, u_long, void *, struct lwp *);
if.c 316 ifioctl = doifioctl;

Completed in 18 milliseconds