Lines Matching refs:int_if_flags

321 	if (ifp->int_if_flags & IFF_BROADCAST)
506 if (ifp->int_if_flags & IFF_POINTOPOINT) {
714 if (!IS_IFF_UP(ifp->int_if_flags))
722 ((if_flags|ifp->int_if_flags) & IFF_POINTOPOINT) == 0) ||
729 if (IS_IFF_ROUTING(ifp->int_if_flags))
789 if (ifp->int_if_flags & IFF_BROADCAST)
809 ifp->int_dstaddr, ifp->int_mask, ifp->int_if_flags,
811 !IS_IFF_QUIET(wire.if_new->int_if_flags)) {
830 if (IS_IFF_ROUTING(wire.if_new->int_if_flags))
850 if (!(ifp->int_state & IS_DUP) && !IS_IFF_QUIET(ifp->int_if_flags)) {
856 if (IS_IFF_ROUTING(ifp->int_if_flags))
931 ifp->int_dstaddr, ifp->int_mask, ifp->int_if_flags,
933 !IS_IFF_QUIET(wire.if_new->int_if_flags)) {
978 if (recurse && ifp->int_phys != NULL && IS_IFF_UP(ifp->int_if_flags)) {
1001 if (ifp->int_if_flags & IFF_POINTOPOINT) {
1142 ifs.int_if_flags = 0;
1144 ifs.int_if_flags = lifrp->lifr_flags;
1149 if (IS_IFF_UP(ifs.int_if_flags)) {
1167 ifs.int_if_flags &= ~IFF_UP;
1180 if (ifs.int_if_flags & IFF_POINTOPOINT) {
1183 if (IS_IFF_UP(ifs.int_if_flags)) {
1198 if (IS_IFF_UP(ifs.int_if_flags)) {
1215 if (IS_IFF_UP(ifs.int_if_flags)) {
1225 if (!(ifs.int_if_flags &
1227 if (IS_IFF_UP(ifs.int_if_flags)) {
1245 if (ifs.int_if_flags & IFF_BROADCAST) {
1247 if (IS_IFF_UP(ifs.int_if_flags)) {
1261 if (IS_IFF_UP(ifs.int_if_flags)) {
1277 if (IS_IFF_UP(ifs.int_if_flags)) {
1287 if (IS_IFF_UP(ifs.int_if_flags)) {
1313 if (ifs.int_if_flags & IFF_LOOPBACK) {
1327 } else if (ifs.int_if_flags & IFF_POINTOPOINT) {
1349 ifs.int_mask, ifs.int_if_flags, _B_FALSE);
1354 ((ifs.int_if_flags & IFF_POINTOPOINT) ?
1356 ((ifs.int_if_flags & IFF_POINTOPOINT) ?
1360 ((ifp->int_if_flags & IFF_POINTOPOINT) ?
1362 ((ifp->int_if_flags & IFF_POINTOPOINT) ?
1385 0 != ((ifp->int_if_flags ^ ifs.int_if_flags)
1407 if (!IS_IFF_UP(ifs.int_if_flags)) {
1408 if (IS_IFF_UP(ifp->int_if_flags)) {
1414 ifp->int_if_flags &= ~IFF_UP;
1428 if (!IS_IFF_UP(ifp->int_if_flags)) {
1429 ifp->int_if_flags |= IFF_UP;
1520 if (!IS_IFF_UP(ifs.int_if_flags))
1523 if (0 == (ifs.int_if_flags & (IFF_POINTOPOINT |
1531 if (!(ifs.int_if_flags & IFF_MULTICAST))
1555 if (!(ifp->int_if_flags & (IFF_POINTOPOINT|IFF_LOOPBACK))) {
1565 if (ifp1->int_if_flags &
1593 !IS_IFF_QUIET(ifp->int_if_flags)) {
1600 if (IS_IFF_ROUTING(ifp->int_if_flags))
1709 if ((ifp->int_if_flags & IFF_POINTOPOINT) &&
1834 ((ifp->int_if_flags & IFF_POINTOPOINT) && ifp->int_dstaddr == 0))
1844 dst = (0 != (ifp->int_if_flags & (IFF_POINTOPOINT | IFF_LOOPBACK)) ?
1853 if (ifp->int_if_flags & IFF_POINTOPOINT)
1855 else if (ifp->int_if_flags & IFF_LOOPBACK)
1876 if (!IS_IFF_ROUTING(ifp->int_if_flags))
1963 if (!(ifp->int_if_flags & IFF_LOOPBACK)) {
1989 if (ifp != NULL && !IS_IFF_ROUTING(ifp->int_if_flags))