Searched refs:IntfName (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13-stable/libexec/rbootd/ |
| HD | rbootd.c | 105 IntfName = optarg; in main() 146 if (IntfName == NULL) { in main() 149 if ((IntfName = BpfGetIntfName(&errmsg)) == NULL) { in main() 158 syslog(LOG_NOTICE, "restarted (%s)", IntfName); in main()
|
| HD | 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()
|
| HD | conf.c | 80 char *IntfName = NULL; /* intf we are attached to */ variable
|
| HD | defs.h | 139 extern char *IntfName; /* interface we are attached to */
|
| HD | utils.c | 109 fprintf(DbgFp, "Addr: %s Intf: %s\n", EnetStr(rconn), IntfName); in DispPkt()
|