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

12

/freebsd-10.2-release/include/
H A Difaddrs.h34 unsigned int ifa_flags; member in struct:ifaddrs
/freebsd-10.2-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-10.2-release/sys/netipx/
H A Dipx_if.h77 #define ia_flags ia_ifa.ifa_flags
/freebsd-10.2-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.c448 ifa->ifa_flags &= ~IFA_ROUTE; /* XXXlocking? */
H A Din_var.h62 #define ia_flags ia_ifa.ifa_flags
H A Dsctp_pcb.h520 void *ifa, struct sockaddr *addr, uint32_t ifa_flags,
/freebsd-10.2-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-10.2-release/contrib/netbsd-tests/fs/nfs/nfsservice/rpcbind/
H A Dutil.c181 !(ifap->ifa_flags & IFF_UP))
255 !(ifap->ifa_flags & IFF_UP))
257 if (!(ifap->ifa_flags & IFF_LOOPBACK) &&
258 !(ifap->ifa_flags & IFF_POINTOPOINT)) {
264 else if ((bestif->ifa_flags & IFF_LOOPBACK) &&
265 !(ifap->ifa_flags & IFF_LOOPBACK))
369 !(ifap->ifa_flags & IFF_MULTICAST))
/freebsd-10.2-release/usr.sbin/rpcbind/
H A Dutil.c156 !(ifap->ifa_flags & IFF_UP))
159 if (!(ifap->ifa_flags & IFF_LOOPBACK) && !listen_addr(ifsa))
207 (!(ifap->ifa_flags & (IFF_LOOPBACK | IFF_POINTOPOINT)) &&
208 (bestif->ifa_flags & (IFF_LOOPBACK | IFF_POINTOPOINT))))
320 !(ifap->ifa_flags & IFF_MULTICAST))
/freebsd-10.2-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-10.2-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.c314 if ((ifa->ifa_flags & IFF_CANTCONFIG) != 0)
316 if (downonly && (ifa->ifa_flags & IFF_UP) != 0)
318 if (uponly && (ifa->ifa_flags & IFF_UP) == 0)
949 printb("flags", ifa->ifa_flags, IFFBITS);
/freebsd-10.2-release/usr.sbin/wake/
H A Dwake.c122 ifa->ifa_flags & IFF_UP && ifa->ifa_flags & IFF_RUNNING) {
/freebsd-10.2-release/crypto/heimdal/lib/krb5/
H A Dget_addrs.c141 if ((ifa->ifa_flags & IFF_UP) == 0)
182 if ((ifa->ifa_flags & IFF_UP) == 0)
192 if ((ifa->ifa_flags & IFF_LOOPBACK) == 0)
/freebsd-10.2-release/lib/libc/net/
H A Dgetifaddrs.c234 ift->ifa_flags = (int)ifm->ifm_flags;
261 ift->ifa_flags = cif->ifa_flags;
/freebsd-10.2-release/sbin/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.c1168 n->ifa_flags = ifa->ifa_flags;
1351 !(p->ifa_flags & IFF_BROADCAST))
1354 !(p->ifa_flags & IFF_POINTOPOINT))
1386 if (p->ifa_flags & IFF_LOOPBACK &&
1387 p->ifa_flags & IFF_LINK1)
/freebsd-10.2-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-10.2-release/usr.sbin/rtsold/
H A Drtsold.c909 if ((ifa->ifa_flags & IFF_UP) == 0)
911 if ((ifa->ifa_flags & IFF_POINTOPOINT) != 0)
913 if ((ifa->ifa_flags & IFF_LOOPBACK) != 0)
915 if ((ifa->ifa_flags & IFF_MULTICAST) == 0)
/freebsd-10.2-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-10.2-release/contrib/amd/libamu/
H A Dwire.c410 if ((ifap->ifa_flags & IFF_RUNNING) == 0)
413 if ((ifap->ifa_flags & IFF_POINTOPOINT) == 0)
/freebsd-10.2-release/crypto/heimdal/lib/roken/
H A Dgetifaddrs.c620 ifflist[nlm_index] = ifa->ifa_flags = ifim->ifi_flags;
630 ifa->ifa_flags = ifflist[nlm_index];
960 (*end)->ifa_flags = ifreq.ifr_flags;
1106 (*end)->ifa_flags = ifreq.lifr_flags;
1287 printf(" flags=%x\n", p->ifa_flags);

Completed in 278 milliseconds

12