Searched refs:IFT_PPP (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_types.h98 #define IFT_PPP 0x17 /* RFC 1331 */ macro
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_ifattach.c490 if (ifp->if_type == IFT_PPP && ifra_passed != NULL) /* PPP provided both addresses for us */
H A Din6.c544 if (ifp->if_type == IFT_PPP && ifra->ifra_addr.sin6_family == AF_INET6 &&
H A Dnd6.c938 if ((ifp && ifp->if_type !=IFT_PPP) && ((rt->rt_flags & RTF_GATEWAY) || (rt->rt_flags & RTF_LLINFO) == 0 ||
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dtcp_input.c3472 if (ifp->if_type == IFT_PPP && slowlink_wsize > 0 &&
3688 if (rt->rt_ifp->if_type == IFT_PPP && slowlink_wsize > 0 &&

Completed in 87 milliseconds