Lines Matching refs:interface

86 /* Gets IPv6 interface information from the /proc filesystem in linux*/
119 continue; /* already processed this interface */
137 /* Add address of the interface */
151 /* Add netmask of the interface */
163 /* Add interface name */
166 /* Add interface index */
169 /* Add interface flags*/
174 * If the main interface is configured with no IP address but
175 * an alias interface exists with an IP address, you get
176 * EADDRNOTAVAIL for the main interface
232 * physical interface and finds the best matched one for use by mDNS.
234 * interface are usable. Otherwise returns the best matched interface
255 * interface and figure out which one works best for us.
260 continue; /* skip interface */
262 /* Strip logical interface number before checking ifname */
267 * Check ifname to see if the logical interface is associated
268 * with the physical interface we are interested in.
275 /* interface removed */
287 * IFF_NOXMIT: no packets transmitted over interface
305 * Check if we found a better interface by checking
307 * the new found interface.
311 /* If interface has a different set of flags */
323 /* Last best-matched interface address has preferred? */
330 /* Set best match interface & flags */
338 /* Found a match: return the interface information */
353 * Returns a list of IP interface information on Solaris. The function
388 * Pad interface count to detect & retrieve any
417 * See if we have already processed the interface
418 * by checking the interface names.
427 * interface name then we have already processed the interface.
431 /* Retrieve physical interface name */
434 /* Strip logical interface number before checking ifname */
445 * New interface, find the one with the preferred source
486 /* interface removed */
604 continue; /* already processed this interface */
616 continue; /* ignore if interface not up */
658 * If the main interface is configured with no IP address but
659 * an alias interface exists with an IP address, you get
660 * EADDRNOTAVAIL for the main interface
749 * If the main interface is configured with no IP address but
750 * an alias interface exists with an IP address, you get
751 * EADDRNOTAVAIL for the main interface
859 /* We set the interface to -1 so that the caller can
863 might be a valid interface value.
872 #warning CMSG_FIRSTHDR not defined. Will not be able to determine destination address, received interface, etc.