• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/atalkd/

Lines Matching defs:interfaces

116 struct interface	*interfaces = NULL, *ciface = NULL;
138 * everywhere. we delete interfaces here instead of in as_down. */
144 for (iface = interfaces; iface; iface = iface->i_next) {
167 /* XXX need better error handling for gone interfaces, delete routes and so on
211 for ( iface = interfaces; iface; iface = iface->i_next ) {
245 * No seed info, and we've got multiple interfaces.
248 LOG(log_info, logtype_atalkd, "as_timer multiple interfaces, no seed" );
521 * Send RTMP broadcasts if we have multiple interfaces or our
561 for ( iface2 = interfaces; iface2; iface2 = iface2->i_next ) {
718 for ( iface = interfaces; iface; iface = iface->i_next ) {
813 for ( iface = interfaces; iface; iface = iface->i_next ) {
919 if (( interfaces = newiface( LOOPIFACE )) == NULL ) {
923 interfaces->i_flags |= IFACE_PHASE2 | IFACE_LOOPBACK;
934 fprintf( stderr, "%s: can't get interfaces, exiting.\n", prog );
938 /* we need to count up our interfaces so that we can simplify things
941 for (i = 0, ninterfaces = 0, iface = interfaces; iface;
947 i = ninterfaces - i; /* number of routable interfaces */
954 for (iface = interfaces; iface; iface = iface->i_next) {
961 /* set up router flag information. if we have multiple interfaces
963 * interfaces that don't have the DONTROUTE flag set. */
1007 fprintf( stderr, "%s: zero interfaces, exiting.\n", prog );
1027 for (iface = interfaces; iface; iface = iface->i_next) {
1085 * interfaces until we have our routing socket.
1103 ciface = interfaces;
1169 for ( iface = interfaces; iface; iface = iface->i_next ) {
1362 /* remove all interfaces if we have a problem with bind */
1363 for (iface = interfaces; iface; iface = iface->i_next) {
1379 for ( nfds = 0, iface = interfaces; iface; iface = iface->i_next ) {
1491 for ( iface = interfaces; iface; iface = iface->i_next ) {