Lines Matching refs:interface
82 /* Gets IPv6 interface information from the /proc filesystem in linux*/
117 continue; /* already processed this interface */
135 /* Add address of the interface */
149 /* Add netmask of the interface */
166 /* Add interface name */
169 /* Add interface index */
172 /* Add interface flags*/
177 * If the main interface is configured with no IP address but
178 * an alias interface exists with an IP address, you get
179 * EADDRNOTAVAIL for the main interface
291 continue; /* already processed this interface */
303 continue; /* ignore if interface not up */
345 * If the main interface is configured with no IP address but
346 * an alias interface exists with an IP address, you get
347 * EADDRNOTAVAIL for the main interface
436 * If the main interface is configured with no IP address but
437 * an alias interface exists with an IP address, you get
438 * EADDRNOTAVAIL for the main interface
545 /* We set the interface to -1 so that the caller can
549 might be a valid interface value.
558 #warning CMSG_FIRSTHDR not defined. Will not be able to determine destination address, received interface, etc.