Searched refs:IntfName (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/usr.sbin/rbootd/ |
| H A D | rbootd.c | 101 IntfName = optarg; in main() 138 if (IntfName == NULL) { in main() 141 if ((IntfName = BpfGetIntfName(&errmsg)) == NULL) { in main() 150 syslog(LOG_NOTICE, "restarted (%s)", IntfName); in main()
|
| H A D | bpf.c | 96 (void) strncpy(ifr.ifr_name, IntfName, sizeof(ifr.ifr_name)); in BpfOpen() 98 syslog(LOG_ERR, "bpf: ioctl(BIOCSETIF,%s): %m", IntfName); in BpfOpen() 111 IntfName, n); in BpfOpen()
|
| H A D | conf.c | 73 char *IntfName = NULL; /* intf we are attached to */ variable
|
| H A D | defs.h | 121 extern char *IntfName; /* interface we are attached to */
|
| H A D | utils.c | 92 fprintf(DbgFp, "Addr: %s Intf: %s\n", EnetStr(rconn), IntfName); in DispPkt()
|