Lines Matching defs:interface
957 * if_name: the name of the interface
970 "prepare_socket: %s is not a valid IPv4 interface, skipping...\n",
986 /* not a valid interface */
989 "prepare_socket: %s is not a valid IPv4 interface, skipping...\n",
995 /* send broadcasts to the broadcast address of the interface */
1022 /* not a valid interface */
1025 "prepare_socket: %s is not a valid IPv6 interface, skipping...\n",
1066 /* set address to send packet to broadcast address of interface, */
1088 /* not allowed, skip this interface */
1687 * with a slow loopback interface...
2109 struct ifaddrs *interface;
2112 /* create a socket for each suitable interface */
2114 interface = interfaces;
2115 while ((no_sockets < BJNP_SOCK_MAX) && (interface != NULL))
2117 if ( ! (interface -> ifa_flags & IFF_POINTOPOINT) &&
2119 prepare_socket( interface -> ifa_name,
2120 (bjnp_sockaddr_t *) interface -> ifa_addr,
2121 (bjnp_sockaddr_t *) interface -> ifa_broadaddr,
2132 interface = interface->ifa_next;