Searched refs:interf (Results 1 – 4 of 4) sorted by relevance
51 my $interf = "";65 $interf = $1;72 $Addr{$interf} = $addr;74 $interf = "";83 foreach $interf (split(' ', `ifconfig -l -u inet6`)) {84 next if $interf =~ /lo[0-9]+/;85 open PING, "/sbin/ping6 -n -s 56 -c $MAXHOSTS $MULTICAST\%$interf |" or next;89 $local = $Addr{$interf};
2613 struct interface * interf; in io_setbclient() local2619 for (interf = ep_list; in io_setbclient()2620 interf != NULL; in io_setbclient()2621 interf = interf->elink) { in io_setbclient()2623 if (interf->flags & (INT_WILDCARD | INT_LOOPBACK)) in io_setbclient()2627 if (interf->ignore_packets) in io_setbclient()2631 if (!(interf->flags & INT_BROADCAST)) in io_setbclient()2635 REQUIRE(IS_IPV4(&interf->sin)); in io_setbclient()2638 if (interf->flags & INT_BCASTOPEN) { in io_setbclient()2650 interf->family = AF_INET; in io_setbclient()[all …]
194 endpt * interf
3329 68bad97faa11ebff4fb3af241fa9e026 sim/erc32/interf.c