Home
last modified time | relevance | path

Searched refs:IFNAMSIZ (Results 1 – 25 of 25) sorted by relevance

/titanic_41/usr/src/uts/common/syscall/
H A Dsysteminfo.c178 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 Dif.h193 #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 Dbootinfo_aux.c75 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 Drds_ioctl.c174 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 DmDNSUNP.c100 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 Dgetnameinfo.c8 # ifdef IFNAMSIZ
9 # define IF_NAMESIZE IFNAMSIZ
H A Dgethostent.c635 # ifdef IFNAMSIZ
636 # define IF_NAMESIZE IFNAMSIZ
/titanic_41/usr/src/uts/common/net/
H A Dif.h448 #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 Din.rarpd.c80 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 Dbootconf.h227 extern char dhcifname[IFNAMSIZ];
/titanic_41/usr/src/uts/common/io/bpf/net/
H A Dbpfdesc.h203 char bde_ifname[IFNAMSIZ];
/titanic_41/usr/src/uts/sun/sys/
H A Dbootconf.h230 extern char dhcifname[IFNAMSIZ];
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dadopt.c52 char dk_if_name[IFNAMSIZ];
/titanic_41/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h86 # 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 Dspace.c133 char dhcifname[IFNAMSIZ];
H A Dsunddi.c5666 if (len == 0 || len > IFNAMSIZ) in verify_name()
/titanic_41/usr/src/uts/common/io/
H A Dstrplumb.c638 (void) snprintf(dhcifname, IFNAMSIZ, "%s%d", in matchmac()
/titanic_41/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdsv3_impl.c286 char ifname[IFNAMSIZ]; in rdsv3_capable_interface_old()
297 (void) strlcpy(ifname, ifrp->ifr_name, IFNAMSIZ); in rdsv3_capable_interface_old()
H A Daf_rds.c304 if (strlen(lifrp->lifr_name) <= IFNAMSIZ) { in rdsv3_ioctl()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
H A Din.rdisc.c103 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 Dsockmod_pfp.c1144 char name[IFNAMSIZ + 1]; in pfp_ifreq_getlinkid()
/titanic_41/usr/src/uts/i86pc/os/
H A Dfakebop.c1029 char ifname[IFNAMSIZ]; in xen_ip_props()
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c257 static char ifname[IFNAMSIZ];
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c3038 char buf[IFNAMSIZ + 1]; in if_report()
/titanic_41/usr/src/uts/common/inet/ip/
H A Dip_if.c7084 ifr->ifr_name[IFNAMSIZ - 1] = '\0'; in ip_extract_lifreq()