Searched refs:IF_NAMESIZE (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dethtool.h33 #define ETH_GSTRING_LEN (2 * IF_NAMESIZE) /* Increase if not large enough */
/freebsd-current/sys/netinet6/
H A Dip_fw_nptv6.h43 char if_name[IF_NAMESIZE];
/freebsd-current/sys/netpfil/ipfw/nptv6/
H A Dnptv6.h55 char if_name[IF_NAMESIZE];
H A Dnptv6.c448 memcpy(uc->if_name, cfg->if_name, IF_NAMESIZE);
585 if (strncmp(args->ifp->if_xname, cfg->if_name, IF_NAMESIZE))
691 memcpy(cfg->if_name, uc->if_name, IF_NAMESIZE);
/freebsd-current/usr.bin/systat/
H A Difstat.c65 char display_name[IF_NAMESIZE];
373 snprintf(ifp->display_name, IF_NAMESIZE, "%*s", IF_NAMESIZE-1,
/freebsd-current/usr.sbin/wake/
H A Dwake.c187 char ifname[IF_NAMESIZE];
/freebsd-current/sys/netinet/
H A Dip_fw.h523 char if_name[IF_NAMESIZE]; /* interface name */
817 char iface[IF_NAMESIZE]; /* interface name */
928 char iface[IF_NAMESIZE]; /* interface name */
/freebsd-current/sys/net/
H A Dif.h53 #define IF_NAMESIZE 16 macro
55 #define IFNAMSIZ IF_NAMESIZE
H A Droute.c376 char if_name[IF_NAMESIZE];
379 if (sdl->sdl_nlen >= IF_NAMESIZE)
/freebsd-current/contrib/libpcap/
H A Dpcap-haiku.cpp41 if (strlen(name) >= IF_NAMESIZE)
H A Dpcap.c1494 #define IF_NAMESIZE 8192 macro
1502 #ifndef IF_NAMESIZE
1503 #define IF_NAMESIZE IFNAMSIZ macro
1506 static char device[IF_NAMESIZE + 1];
/freebsd-current/contrib/tcpdump/
H A Dprint-sll.c415 char ifname[IF_NAMESIZE];
/freebsd-current/contrib/ntp/libntp/lib/isc/unix/
H A Dinterfaceiter.c191 char name[IF_NAMESIZE+1];
H A Difiter_ioctl.c103 #ifndef IF_NAMESIZE
105 # define IF_NAMESIZE IFNAMSIZ macro
107 # define IF_NAMESIZE 16 macro
/freebsd-current/sys/netpfil/ipfw/
H A Dip_fw_nat.c93 char if_name[IF_NAMESIZE]; /* interface name */
120 if (strncmp(ptr->if_name, ifp->if_xname, IF_NAMESIZE) != 0)
922 char if_name[IF_NAMESIZE];
H A Dip_fw_table_algo.c2204 if (strnlen(ifname, IF_NAMESIZE) == IF_NAMESIZE)
2296 if (strnlen(ifname, IF_NAMESIZE) == IF_NAMESIZE)
2524 tent->masklen = 8 * IF_NAMESIZE;
2525 memcpy(&tent->k, ife->no.name, IF_NAMESIZE);
2542 if (strnlen(ifname, IF_NAMESIZE) == IF_NAMESIZE)
/freebsd-current/lib/libc/net/
H A Dgetnameinfo.c398 IN6_IS_ADDR_MC_NODELOCAL(a6)) && bufsiz >= IF_NAMESIZE) {
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dip_compat.h39 # ifdef IF_NAMESIZE
40 # define LIFNAMSIZ IF_NAMESIZE
/freebsd-current/sbin/ipfw/
H A Dtables.c1260 mask = MIN(strlen(arg), IF_NAMESIZE - 1);
1263 masklen = 8 * IF_NAMESIZE;
1814 char abuf[INET6_ADDRSTRLEN + IF_NAMESIZE + 2];
H A Dnat.c168 strncpy(n->if_name, ifn, IF_NAMESIZE);
H A Dipfw2.c1926 char buf[INET6_ADDRSTRLEN + IF_NAMESIZE + 2];
/freebsd-current/usr.sbin/mtest/
H A Dmtest.c781 strlcpy(ifr.ifr_name, str1, IF_NAMESIZE);
/freebsd-current/contrib/bsnmp/lib/
H A Dsnmpclient.c1975 char str[INET6_ADDRSTRLEN + IF_NAMESIZE];
1992 if (p - *strp > INET6_ADDRSTRLEN + IF_NAMESIZE) {
/freebsd-current/usr.sbin/rarpd/
H A Drarpd.c78 char ii_ifname[IF_NAMESIZE];
/freebsd-current/contrib/unbound/services/
H A Dlisten_dnsport.c1612 char addr_buf[INET6_ADDRSTRLEN + 1 + IF_NAMESIZE + 1 + 16 + 1];
1648 char if_index_name[IF_NAMESIZE + 1];

Completed in 225 milliseconds

12