Searched refs:IntfName (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/usr.sbin/rbootd/ |
| D | rbootd.c | 116 IntfName = optarg; in main() 153 if (IntfName == NULL) { in main() 156 if ((IntfName = BpfGetIntfName(&errmsg)) == NULL) { in main() 166 syslog(LOG_NOTICE, "restarted (%s)", IntfName); in main()
|
| D | bpf.c | 110 (void) strncpy(ifr.ifr_name, IntfName, sizeof(ifr.ifr_name)); in BpfOpen() 112 syslog(LOG_ERR, "bpf: ioctl(BIOCSETIF,%s): %m", IntfName); in BpfOpen() 125 IntfName, n); in BpfOpen()
|
| D | conf.c | 78 char *IntfName = NULL; /* intf we are attached to */ variable
|
| D | defs.h | 138 extern char *IntfName; /* interface we are attached to */
|
| D | utils.c | 106 fprintf(DbgFp, "Addr: %s Intf: %s\n", EnetStr(rconn), IntfName); in DispPkt()
|