/titanic_41/usr/src/uts/common/syscall/ |
H A D | systeminfo.c | 178 tlen = octlen + IFNAMSIZ; in systeminfo() 180 (void) strncpy(tmp, dhcifname, IFNAMSIZ); in systeminfo() 182 &tmp[IFNAMSIZ], &octlen) != 0) { in systeminfo() 187 strcnt = IFNAMSIZ + octlen; in systeminfo() 364 (void) snprintf(ifname, IFNAMSIZ, "%s%d", name, unit); in get_netif_name()
|
/titanic_41/usr/src/lib/libbc/inc/include/net/ |
H A D | if.h | 193 #define IFNAMSIZ 16 macro 194 char ifr_name[IFNAMSIZ]; /* if name, e.g. "en0" */ 198 char ifru_oname[IFNAMSIZ]; /* other if name */
|
/titanic_41/usr/src/lib/libwanboot/common/ |
H A D | bootinfo_aux.c | 75 static char dhcp_ifn[IFNAMSIZ + 1]; 125 ackp = &dhcack[IFNAMSIZ]; in dhcp_info_init() 384 char ifname[IFNAMSIZ + 1]; in manual_if_init()
|
/titanic_41/usr/src/uts/common/io/ib/clients/rds/ |
H A D | rds_ioctl.c | 174 if (strlen(lifrp->lifr_name) <= IFNAMSIZ && in rds_ioctl_copyin_done() 217 if (strlen(lifrp->lifr_name) > IFNAMSIZ || in rds_ioctl_copyin_done() 225 IFNAMSIZ); in rds_ioctl_copyin_done()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | mDNSUNP.c | 100 char ifname[8], lastname[IFNAMSIZ]; in get_ifi_info_linuxv6() 120 if (strncmp(lastname, ifname, IFNAMSIZ) == 0) { in get_ifi_info_linuxv6() 125 memcpy(lastname, ifname, IFNAMSIZ); in get_ifi_info_linuxv6() 518 char *ptr, *buf, lastname[IFNAMSIZ], *cptr; in get_ifi_info() 587 if (strncmp(lastname, ifr->ifr_name, IFNAMSIZ) == 0) { in get_ifi_info() 592 memcpy(lastname, ifr->ifr_name, IFNAMSIZ); in get_ifi_info()
|
/titanic_41/usr/src/lib/libresolv2/common/irs/ |
H A D | getnameinfo.c | 8 # ifdef IFNAMSIZ 9 # define IF_NAMESIZE IFNAMSIZ
|
H A D | gethostent.c | 635 # ifdef IFNAMSIZ 636 # define IF_NAMESIZE IFNAMSIZ
|
/titanic_41/usr/src/uts/common/net/ |
H A D | if.h | 448 #define IFNAMSIZ 16 macro 449 char ifr_name[IFNAMSIZ]; /* if name, e.g. "en0" */ 453 char ifru_oname[IFNAMSIZ]; /* other if name */
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.rarpd.c | 80 char ldevice[IFNAMSIZ]; 224 char buf[IFNAMSIZ + 1]; in main() 234 (void) strncpy(buf, argv[optind], IFNAMSIZ); in main() 235 (void) strncat(buf, argv[optind + 1], IFNAMSIZ - strlen(buf)); in main()
|
/titanic_41/usr/src/uts/intel/sys/ |
H A D | bootconf.h | 227 extern char dhcifname[IFNAMSIZ];
|
/titanic_41/usr/src/uts/common/io/bpf/net/ |
H A D | bpfdesc.h | 203 char bde_ifname[IFNAMSIZ];
|
/titanic_41/usr/src/uts/sun/sys/ |
H A D | bootconf.h | 230 extern char dhcifname[IFNAMSIZ];
|
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | adopt.c | 52 char dk_if_name[IFNAMSIZ];
|
/titanic_41/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_compat.h | 86 # ifdef IFNAMSIZ 87 # define LIFNAMSIZ IFNAMSIZ 1068 # define GETIFP(n, v, ifs) ifunit(n, IFNAMSIZ) 1202 char if_xname[IFNAMSIZ]; 2430 #ifndef IFNAMSIZ 2431 #define IFNAMSIZ 16 macro
|
/titanic_41/usr/src/uts/common/os/ |
H A D | space.c | 133 char dhcifname[IFNAMSIZ];
|
H A D | sunddi.c | 5666 if (len == 0 || len > IFNAMSIZ) in verify_name()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | strplumb.c | 638 (void) snprintf(dhcifname, IFNAMSIZ, "%s%d", in matchmac()
|
/titanic_41/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | rdsv3_impl.c | 286 char ifname[IFNAMSIZ]; in rdsv3_capable_interface_old() 297 (void) strlcpy(ifname, ifrp->ifr_name, IFNAMSIZ); in rdsv3_capable_interface_old()
|
H A D | af_rds.c | 304 if (strlen(lifrp->lifr_name) <= IFNAMSIZ) { in rdsv3_ioctl()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/ |
H A D | in.rdisc.c | 103 char pi_name[IFNAMSIZ]; /* Used to identify it */ 112 char li_name[IFNAMSIZ]; /* Used to identify it */ 1313 char phyintname[IFNAMSIZ]; in initifs()
|
/titanic_41/usr/src/uts/common/inet/sockmods/ |
H A D | sockmod_pfp.c | 1144 char name[IFNAMSIZ + 1]; in pfp_ifreq_getlinkid()
|
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | fakebop.c | 1029 char ifname[IFNAMSIZ]; in xen_ip_props()
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 257 static char ifname[IFNAMSIZ];
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/netstat/ |
H A D | netstat.c | 3038 char buf[IFNAMSIZ + 1]; in if_report()
|
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | ip_if.c | 7084 ifr->ifr_name[IFNAMSIZ - 1] = '\0'; in ip_extract_lifreq()
|