HomeSort by: relevance | last modified time | path
    Searched refs:IntfName (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/rbootd/
conf.c 82 char *IntfName = NULL; /* intf we are attached to */
rbootd.c 106 IntfName = optarg;
146 if (IntfName == NULL) {
149 if ((IntfName = BpfGetIntfName(&errmsg)) == NULL) {
157 syslog(LOG_NOTICE, "restarted (%s)", IntfName);
defs.h 138 extern char *IntfName; /* interface we are attached to */
bpf.c 111 (void) strncpy(ifr.ifr_name, IntfName, sizeof(ifr.ifr_name));
113 syslog(LOG_ERR, "bpf: ioctl(BIOCSETIF,%s): %m", IntfName);
126 IntfName, n);
utils.c 111 fprintf(DbgFp, "Addr: %s Intf: %s\n", EnetStr(rconn), IntfName);

Completed in 13 milliseconds