Searched refs:IntfName (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/libexec/rbootd/
H A Dconf.c82 char *IntfName = NULL; /* intf we are attached to */ variable
H A Drbootd.c107 IntfName = optarg;
148 if (IntfName == NULL) {
151 if ((IntfName = BpfGetIntfName(&errmsg)) == NULL) {
160 syslog(LOG_NOTICE, "restarted (%s)", IntfName);
H A Ddefs.h141 extern char *IntfName; /* interface we are attached to */
H A Dbpf.c112 (void) strncpy(ifr.ifr_name, IntfName, sizeof(ifr.ifr_name));
114 syslog(LOG_ERR, "bpf: ioctl(BIOCSETIF,%s): %m", IntfName);
127 IntfName, n);
H A Dutils.c111 fprintf(DbgFp, "Addr: %s Intf: %s\n", EnetStr(rconn), IntfName);

Completed in 92 milliseconds