Searched refs:IFF_POINTOPOINT (Results 1 - 25 of 64) sorted by relevance

123

/freebsd-10.1-release/usr.sbin/IPXrouted/
H A Dstartup.c163 if (ifs.int_flags & IFF_POINTOPOINT) {
191 if ( ((ifs.int_flags & IFF_POINTOPOINT) &&
193 ( ((ifs.int_flags & IFF_POINTOPOINT) == 0) &&
210 if ((ifs.int_flags & IFF_POINTOPOINT) == 0 ||
219 if ((ifs.int_flags & IFF_POINTOPOINT) && supplier < 0)
243 if (ifp->int_flags & IFF_POINTOPOINT) {
254 if ((ifp->int_flags & IFF_POINTOPOINT) == 0)
H A Dinterface.h85 #define IFF_POINTOPOINT 0x10 /* interface is point-to-point link */ macro
H A Dif.c86 if ((ifp->int_flags & IFF_POINTOPOINT) == 0)
H A Doutput.c90 ifp->int_flags & IFF_POINTOPOINT ? &ifp->int_dstaddr :
H A Dsap_output.c63 ifp->int_flags & IFF_POINTOPOINT ? ifp->int_dstaddr :
H A Daf.c197 if (ifp == 0 || (ifp->int_flags & IFF_POINTOPOINT)==0) return (1);
/freebsd-10.1-release/usr.sbin/ppp/
H A Dtun.c113 info.flags = IFF_UP|IFF_POINTOPOINT|IFF_MULTICAST;
H A Darp.c267 skip = (ifm->ifm_flags & (IFF_UP | IFF_BROADCAST | IFF_POINTOPOINT |
/freebsd-10.1-release/sbin/routed/
H A Dif.c245 if (ifp->int_if_flags & IFF_POINTOPOINT) {
405 && (((if_flags|ifp->int_if_flags) & IFF_POINTOPOINT) == 0))
808 } else if (ifs.int_if_flags & IFF_POINTOPOINT) {
915 | IFF_POINTOPOINT
983 if (!(ifp->int_if_flags & IFF_POINTOPOINT))
1067 ((ifs.int_if_flags & IFF_POINTOPOINT)
1069 ((ifs.int_if_flags & IFF_POINTOPOINT)
1073 ((ifp->int_if_flags & IFF_POINTOPOINT)
1075 ((ifp->int_if_flags & IFF_POINTOPOINT)
1082 if (0 == (ifs.int_if_flags & (IFF_POINTOPOINT | IFF_BROADCAS
[all...]
H A Doutput.c135 if (ifp->int_if_flags & IFF_POINTOPOINT) {
143 if ((ifp->int_if_flags & (IFF_POINTOPOINT|IFF_MULTICAST)) ==
144 IFF_POINTOPOINT) {
594 || ws.ifp->int_if_flags & IFF_POINTOPOINT)) {
862 } else if (ifp->int_if_flags & IFF_POINTOPOINT) {
957 } else if (ifp->int_if_flags & IFF_POINTOPOINT) {
/freebsd-10.1-release/sys/netipx/
H A Dipx.c150 if ((ifp->if_flags & IFF_POINTOPOINT) == 0) {
230 if ((ifp->if_flags & IFF_POINTOPOINT) == 0) {
278 if ((ifp->if_flags & IFF_POINTOPOINT) &&
312 if (ifp->if_flags & IFF_POINTOPOINT) {
362 if (ifp->if_flags & IFF_POINTOPOINT)
388 if (ifp->if_flags & IFF_POINTOPOINT) {
/freebsd-10.1-release/sbin/ifconfig/
H A Daf_ipx.c67 if (ifa->ifa_flags & IFF_POINTOPOINT) {
H A Daf_atalk.c98 if (ifa->ifa_flags & IFF_POINTOPOINT) {
H A Daf_inet.c72 if (ifa->ifa_flags & IFF_POINTOPOINT) {
/freebsd-10.1-release/contrib/libpcap/
H A Dfad-getad.c222 if (ifa->ifa_flags & IFF_POINTOPOINT &&
H A Dfad-gifc.c335 if (ifrflags.ifr_flags & IFF_POINTOPOINT) {
H A Dfad-glifc.c294 if (ifrflags.lifr_flags & IFF_POINTOPOINT) {
/freebsd-10.1-release/usr.sbin/rpcbind/
H A Dutil.c207 (!(ifap->ifa_flags & (IFF_LOOPBACK | IFF_POINTOPOINT)) &&
208 (bestif->ifa_flags & (IFF_LOOPBACK | IFF_POINTOPOINT))))
/freebsd-10.1-release/sys/net/
H A Dif.h140 #define IFF_POINTOPOINT 0x10 /* (i) is a point-to-point link */ macro
170 (IFF_BROADCAST|IFF_POINTOPOINT|IFF_DRV_RUNNING|IFF_DRV_OACTIVE|\
/freebsd-10.1-release/sys/netinet/
H A Din.c394 if ((ifp->if_flags & IFF_POINTOPOINT)
470 if ((ifp->if_flags & IFF_POINTOPOINT) == 0) {
505 if ((ifp->if_flags & IFF_POINTOPOINT) &&
740 if ((ifp->if_flags & IFF_POINTOPOINT) != 0) {
763 if ((ifp->if_flags & IFF_POINTOPOINT) != 0) {
858 } else if (ifp->if_flags & IFF_POINTOPOINT) {
869 if (ifp->if_flags & IFF_POINTOPOINT &&
900 ((((x)->ia_ifp->if_flags & (IFF_LOOPBACK | IFF_POINTOPOINT)) != 0) \
/freebsd-10.1-release/contrib/ntp/lib/isc/unix/
H A Difiter_ioctl.c535 #ifdef IFF_POINTOPOINT
536 if ((ifreq.ifr_flags & IFF_POINTOPOINT) != 0)
603 #ifdef IFF_POINTOPOINT
763 #ifdef IFF_POINTOPOINT
764 if ((lifreq.lifr_flags & IFF_POINTOPOINT) != 0)
781 #ifdef IFF_POINTOPOINT
H A Difiter_getifaddrs.c202 if ((ifa->ifa_flags & IFF_POINTOPOINT) != 0)
H A Difiter_sysctl.c186 if ((ifam->ifam_flags & IFF_POINTOPOINT) != 0)
/freebsd-10.1-release/sys/netgraph/
H A Dng_iface.c558 ifp->if_flags = (IFF_SIMPLEX|IFF_POINTOPOINT|IFF_NOARP|IFF_MULTICAST);
636 ifp->if_flags |= IFF_POINTOPOINT;
640 ifp->if_flags &= ~IFF_POINTOPOINT;
/freebsd-10.1-release/contrib/amd/libamu/
H A Dwire.c413 if ((ifap->ifa_flags & IFF_POINTOPOINT) == 0)
541 if ((ifr->ifr_flags & IFF_POINTOPOINT) == 0) {

Completed in 300 milliseconds

123