HomeSort by: relevance | last modified time | path
    Searched refs:IF_NAMESIZE (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/net/
if_.d 41 IF_NAMESIZE
57 enum IF_NAMESIZE = 16;
72 enum IF_NAMESIZE = 16;
87 enum IF_NAMESIZE = 16;
102 enum IF_NAMESIZE = 16;
117 enum IF_NAMESIZE = 16;
132 enum IF_NAMESIZE = 16;
141 enum IF_NAMESIZE = 16;
154 enum IF_NAMESIZE = 16;
  /src/usr.sbin/ldpd/
conffile.h 55 char if_name[IF_NAMESIZE];
conffile.c 404 strlcpy(conf_if->if_name, ifname, IF_NAMESIZE);
  /src/external/bsd/dhcpcd/dist/src/
dhcpcd.h 73 char name[IF_NAMESIZE];
118 char pidfile[sizeof(PIDFILE) + IF_NAMESIZE + 1];
176 char control_sock[sizeof(CONTROLSOCKET) + IF_NAMESIZE];
177 char control_sock_unpriv[sizeof(CONTROLSOCKET) + IF_NAMESIZE + 7];
if.h 196 char ifname[IF_NAMESIZE];
197 char devname[IF_NAMESIZE];
198 char drvname[IF_NAMESIZE];
dhcp6.h 213 char leasefile[sizeof(LEASEFILE6) + IF_NAMESIZE + (IF_SSIDLEN * 4) +3];
ipv4.h 101 char alias[IF_NAMESIZE];
privsep.h 183 char psp_ifname[IF_NAMESIZE];
dhcp.h 233 char leasefile[sizeof(LEASEFILE) + IF_NAMESIZE + (IF_SSIDLEN * 4)];
ipv6.h 198 char alias[IF_NAMESIZE];
if-options.h 197 char ifname[IF_NAMESIZE];
ipv4.c 592 char alias[IF_NAMESIZE];
600 if (if_makealias(alias, IF_NAMESIZE, ia->iface->name, lun) >=
601 IF_NAMESIZE)
  /src/usr.bin/rump_dhcpclient/
dhcpcd.h 84 char name[IF_NAMESIZE];
  /src/external/bsd/libbind/dist/irs/
getnameinfo.c 9 #ifndef IF_NAMESIZE
11 # define IF_NAMESIZE IFNAMSIZ
13 # define IF_NAMESIZE 16
318 bufsiz >= IF_NAMESIZE) {
gethostent.c 614 #ifndef IF_NAMESIZE
616 # define IF_NAMESIZE IFNAMSIZ
618 # define IF_NAMESIZE 16
625 char name[IF_NAMESIZE+1];
  /src/dist/pf/usr.sbin/ftp-proxy/
ipf.c 240 ipn = calloc(1, sizeof(*ipn) + 2 * IF_NAMESIZE + 2);
260 (void) strlcpy(ipn->in_names, netif, IF_NAMESIZE);
263 (void) strlcpy(ipn->in_names + ipn->in_namelen, netif, IF_NAMESIZE);
  /src/external/bsd/libpcap/dist/
pcap-haiku.c 377 if (strlen(device) >= IF_NAMESIZE) {
439 (void)pcapint_strlcpy(handlep->ifreq.ifr_name, device, IF_NAMESIZE);
473 (void)pcapint_strlcpy(ifreq.ifr_name, name, IF_NAMESIZE);
  /src/usr.bin/systat/
ifstat.c 71 char if_name[IF_NAMESIZE];
356 snprintf(ifp->if_name, IF_NAMESIZE, "%*s", IF_NAMESIZE - 1,
470 strncpy(data->ifdr_name, ifa->ifa_name, IF_NAMESIZE);
  /src/external/bsd/nsd/dist/
nsd.h 16 # ifdef IF_NAMESIZE
17 # define IFNAMSIZ IF_NAMESIZE
  /src/usr.sbin/wakeonlan/
wakeonlan.c 192 char ifname[IF_NAMESIZE];
  /src/external/bsd/ntp/dist/libntp/lib/isc/unix/
interfaceiter.c 193 char name[IF_NAMESIZE+1];
ifiter_ioctl.c 105 #ifndef IF_NAMESIZE
107 # define IF_NAMESIZE IFNAMSIZ
109 # define IF_NAMESIZE 16
  /src/external/bsd/tcpdump/dist/
print-sll.c 418 char ifname[IF_NAMESIZE];
  /src/external/mpl/dhcp/bind/dist/lib/isc/unix/
interfaceiter.c 176 char name[IF_NAMESIZE + 1];
  /src/external/mpl/dhcp/dist/common/
discover.c 195 #ifndef IF_NAMESIZE
197 # define IF_NAMESIZE LIFNAMSIZ
199 # define IF_NAMESIZE IFNAMSIZ
201 # define IF_NAMESIZE 16
245 char name[IF_NAMESIZE+1]; /* name of the interface, e.g. "bge0" */

Completed in 40 milliseconds

1 2