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

  /src/usr.sbin/bootp/common/
getif.h 1 /* $NetBSD: getif.h,v 1.3 2002/07/14 00:26:17 wiz Exp $ */
3 /* getif.h */
5 extern struct ifreq *getif(int, struct in_addr *);
Makefile 6 SRCS= dovend.c dumptab.c getif.c hash.c hwaddr.c lookup.c readfile.c \
trygetif.c 9 * trygetif.c - test program for getif.c
27 #include "getif.h"
57 ifr = getif(s, dap);
getif.c 1 /* $NetBSD: getif.c,v 1.6 2003/08/18 05:39:52 itojun Exp $ */
5 __RCSID("$NetBSD: getif.c,v 1.6 2003/08/18 05:39:52 itojun Exp $");
9 * getif.c : get an interface structure
34 #include "getif.h"
48 getif(int s, struct in_addr *addrp) function in typeref:struct:ifreq *
  /src/usr.sbin/bootp/bootpgw/
bootpgw.c 70 #include "getif.h"
545 ifr = getif(s, &clnt_addr.sin_addr);
607 ifr = getif(s, &(bp->bp_yiaddr));
  /src/usr.sbin/bootp/bootptest/
bootptest.c 71 #include "getif.h"
312 ifr = getif(s, &sin_server.sin_addr);
  /src/usr.sbin/bootp/bootpd/
bootpd.c 88 #include "getif.h"
1077 ifr = getif(s, &dst);
1108 /* nmatch() - now in getif.c */

Completed in 36 milliseconds