Searched refs:IFNAMSIZ (Results 1 – 3 of 3) sorted by relevance
/sysdeps/gnu/net/ |
A D | if.h | 129 # define IFNAMSIZ IF_NAMESIZE macro 132 char ifrn_name[IFNAMSIZ]; /* Interface name, e.g. "en0". */ 146 char ifru_slave[IFNAMSIZ]; /* Just fits the size */ 147 char ifru_newname[IFNAMSIZ]; 167 # define _IOT_ifreq _IOT(_IOTS(char),IFNAMSIZ,_IOTS(char),16,0,0) 168 # define _IOT_ifreq_short _IOT(_IOTS(char),IFNAMSIZ,_IOTS(short),1,0,0) 169 # define _IOT_ifreq_int _IOT(_IOTS(char),IFNAMSIZ,_IOTS(int),1,0,0)
|
/sysdeps/mach/hurd/ |
A D | if_index.c | 40 if (strlen (ifname) >= IFNAMSIZ) in __if_nametoindex() 46 strncpy (ifr.ifr_name, ifname, IFNAMSIZ); in __if_nametoindex() 189 return strncpy (ifname, ifr.ifr_name, IFNAMSIZ); in weak_alias()
|
/sysdeps/unix/sysv/linux/ |
A D | if_index.c | 41 if (strlen (ifname) >= IFNAMSIZ) in __if_nametoindex() 245 return strncpy (ifname, ifr.ifr_name, IFNAMSIZ); in weak_alias()
|
Completed in 4 milliseconds