Home
last modified time | relevance | path

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

/dragonfly/libexec/rbootd/
H A Drbootd.c95 IntfName = optarg; in main()
136 if (IntfName == NULL) { in main()
139 if ((IntfName = BpfGetIntfName(&errmsg)) == NULL) { in main()
147 syslog(LOG_NOTICE, "restarted (%s)", IntfName); in main()
H A Dbpf.c100 (void) strncpy(ifr.ifr_name, IntfName, sizeof(ifr.ifr_name)); in BpfOpen()
102 syslog(LOG_ERR, "bpf: ioctl(BIOCSETIF,%s): %m", IntfName); in BpfOpen()
115 IntfName, n); in BpfOpen()
H A Dconf.c76 char *IntfName = NULL; /* intf we are attached to */ variable
H A Ddefs.h139 extern char *IntfName; /* interface we are attached to */
H A Dutils.c103 fprintf(DbgFp, "Addr: %s Intf: %s\n", EnetStr(rconn), IntfName); in DispPkt()