Searched refs:ifa_flags (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-9.3-release/include/
H A Difaddrs.h34 u_int ifa_flags; member in struct:ifaddrs
/freebsd-9.3-release/contrib/libpcap/
H A Dfad-getad.c178 if (!(ifa->ifa_flags & IFF_UP)) {
214 if (ifa->ifa_flags & IFF_BROADCAST &&
222 if (ifa->ifa_flags & IFF_POINTOPOINT &&
264 ifa->ifa_flags, addr, addr_size, netmask, addr_size,
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Difaddrs.hin57 unsigned int ifa_flags;
H A Dgetifaddrs.c623 ifflist[nlm_index] = ifa->ifa_flags = ifim->ifi_flags;
633 ifa->ifa_flags = ifflist[nlm_index];
956 (*end)->ifa_flags = ifreq.ifr_flags;
1102 (*end)->ifa_flags = ifreq.lifr_flags;
1228 printf(" flags=%x\n", p->ifa_flags);
/freebsd-9.3-release/sys/netipx/
H A Dipx_if.h77 #define ia_flags ia_ifa.ifa_flags
/freebsd-9.3-release/sys/netinet/
H A Dsctp_bsd_addr.c203 uint32_t ifa_flags; local
243 ifa_flags = 0;
249 ifa_flags = ifa6->ia6_flags;
253 ifa_flags = 0;
263 ifa_flags,
294 uint32_t ifa_flags = 0; local
327 ifa_flags = ((struct in6_ifaddr *)ifa)->ia6_flags;
341 (void *)ifa, ifa->ifa_addr, ifa_flags, 1); local
H A Din_rmx.c452 ifa->ifa_flags &= ~IFA_ROUTE; /* XXXlocking? */
H A Din_var.h62 #define ia_flags ia_ifa.ifa_flags
/freebsd-9.3-release/contrib/ntp/lib/isc/unix/
H A Difiter_getifaddrs.c172 if ((ifa->ifa_flags & IFF_RUNNING) == 0)
199 if ((ifa->ifa_flags & IFF_UP) != 0)
202 if ((ifa->ifa_flags & IFF_POINTOPOINT) != 0)
205 if ((ifa->ifa_flags & IFF_LOOPBACK) != 0)
208 if ((ifa->ifa_flags & IFF_BROADCAST) != 0)
212 if ((ifa->ifa_flags & IFF_MULTICAST) != 0)
/freebsd-9.3-release/usr.sbin/rpcbind/
H A Dutil.c179 !(ifap->ifa_flags & IFF_UP))
182 if (!(ifap->ifa_flags & IFF_LOOPBACK) && !listen_addr(ifsa))
231 (!(ifap->ifa_flags & (IFF_LOOPBACK | IFF_POINTOPOINT)) &&
232 (bestif->ifa_flags & (IFF_LOOPBACK | IFF_POINTOPOINT))))
344 !(ifap->ifa_flags & IFF_MULTICAST))
/freebsd-9.3-release/contrib/bind9/lib/isc/unix/
H A Difiter_getifaddrs.c166 if ((ifa->ifa_flags & IFF_UP) != 0)
169 if ((ifa->ifa_flags & IFF_POINTOPOINT) != 0)
172 if ((ifa->ifa_flags & IFF_LOOPBACK) != 0)
/freebsd-9.3-release/contrib/smbfs/lib/smb/
H A Dnb_net.c120 ((p->ifa_flags & (IFF_UP|IFF_BROADCAST))
134 ifd->id_flags = p->ifa_flags;
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dget_addrs.c145 if ((ifa->ifa_flags & IFF_UP) == 0)
153 if ((ifa->ifa_flags & IFF_LOOPBACK) != 0) {
188 if ((ifa->ifa_flags & IFF_UP) == 0)
197 if ((ifa->ifa_flags & IFF_LOOPBACK) != 0) {
/freebsd-9.3-release/sbin/ifconfig/
H A Daf_atalk.c98 if (ifa->ifa_flags & IFF_POINTOPOINT) {
105 if (ifa->ifa_flags & IFF_BROADCAST) {
H A Daf_ipx.c67 if (ifa->ifa_flags & IFF_POINTOPOINT) {
H A Daf_inet.c72 if (ifa->ifa_flags & IFF_POINTOPOINT) {
84 if (ifa->ifa_flags & IFF_BROADCAST) {
H A Difconfig.c310 if ((ifa->ifa_flags & IFF_CANTCONFIG) != 0)
312 if (downonly && (ifa->ifa_flags & IFF_UP) != 0)
314 if (uponly && (ifa->ifa_flags & IFF_UP) == 0)
943 printb("flags", ifa->ifa_flags, IFFBITS);
/freebsd-9.3-release/usr.sbin/wake/
H A Dwake.c122 ifa->ifa_flags & IFF_UP && ifa->ifa_flags & IFF_RUNNING) {
/freebsd-9.3-release/lib/libc/net/
H A Dgetifaddrs.c281 ift->ifa_flags = (int)ifm->ifm_flags;
315 ift->ifa_flags = cif->ifa_flags;
/freebsd-9.3-release/contrib/pf/pfctl/
H A Dpfctl_parser.h109 u_int ifa_flags; member in struct:node_if
122 u_int ifa_flags; member in struct:node_host
H A Dpfctl_parser.c1174 n->ifa_flags = ifa->ifa_flags;
1337 !(p->ifa_flags & IFF_BROADCAST))
1340 !(p->ifa_flags & IFF_POINTOPOINT))
1372 if (p->ifa_flags & IFF_LOOPBACK &&
1373 p->ifa_flags & IFF_LINK1)
/freebsd-9.3-release/sbin/dhclient/
H A Ddispatch.c80 if ((ifa->ifa_flags & IFF_LOOPBACK) ||
81 (ifa->ifa_flags & IFF_POINTOPOINT) ||
82 (!(ifa->ifa_flags & IFF_UP)))
/freebsd-9.3-release/usr.sbin/rtsold/
H A Drtsold.c907 if ((ifa->ifa_flags & IFF_UP) == 0)
909 if ((ifa->ifa_flags & IFF_POINTOPOINT) != 0)
911 if ((ifa->ifa_flags & IFF_LOOPBACK) != 0)
913 if ((ifa->ifa_flags & IFF_MULTICAST) == 0)
/freebsd-9.3-release/lib/libc/rpc/
H A Dclnt_bcast.c150 !(ifap->ifa_flags & IFF_UP))
160 (ifap->ifa_flags & IFF_BROADCAST) &&
170 if (af == AF_INET6 && (ifap->ifa_flags & IFF_MULTICAST)) {
/freebsd-9.3-release/contrib/amd/libamu/
H A Dwire.c410 if ((ifap->ifa_flags & IFF_RUNNING) == 0)
413 if ((ifap->ifa_flags & IFF_POINTOPOINT) == 0)

Completed in 142 milliseconds

12