Searched defs:ifscope (Results 1 - 19 of 19) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_forward.c138 unsigned int ifscope = IFSCOPE_NONE; local
H A Din6_pcb.c405 unsigned int ifscope; local
H A Draw_ip6.c859 unsigned int ifscope; local
H A Dnd6_prproxy.c520 nd6_prproxy_isours(struct mbuf *m, struct ip6_hdr *ip6, struct route_in6 *ro6, unsigned int ifscope) argument
H A Din6_src.c585 unsigned int ifscope = ip6oa->ip6oa_boundif; local
201 in6_selectsrc(struct sockaddr_in6 *dstsock, struct ip6_pktopts *opts, struct inpcb *inp, struct route_in6 *ro, struct ifnet **ifpp, struct in6_addr *src_storage, unsigned int ifscope, int *errorp) argument
[all...]
H A Din6_mcast.c1869 unsigned int ifscope = IFSCOPE_NONE; local
H A Dnd6.c1342 unsigned int ifscope; local
H A Dnd6_rtr.c762 unsigned int ifscope; local
848 unsigned int ifscope; local
3374 nd6_prefix_onlink_common(struct nd_prefix *pr, boolean_t force_scoped, unsigned int ifscope) argument
3590 nd6_prefix_onlink_scoped(struct nd_prefix *pr, unsigned int ifscope) argument
3603 unsigned int ifscope; local
[all...]
/darwin-on-arm/xnu/bsd/kern/
H A Dnetboot.c582 host_route_delete(struct in_addr host, unsigned int ifscope) argument
533 route_cmd(int cmd, struct in_addr d, struct in_addr g, struct in_addr m, uint32_t more_flags, unsigned int ifscope) argument
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_timer.c837 unsigned int ifscope, nocell = 0; local
H A Din_arp.c810 arp_lookup_route(const struct in_addr *addr, int create, int proxy, route_t *route, unsigned int ifscope) argument
H A Din_pcb.c729 unsigned int ifscope = IFSCOPE_NONE; local
1964 inp_bindif(struct inpcb *inp, unsigned int ifscope) argument
[all...]
H A Dip_output.c305 unsigned int ifscope = IFSCOPE_NONE; local
2396 unsigned int ifscope; local
3101 in_selectsrcif(struct ip *ip, struct route *ro, unsigned int ifscope) argument
[all...]
H A Din_mcast.c2001 unsigned int ifscope = IFSCOPE_NONE; local
H A Dtcp_input.c1111 unsigned int ifscope, nocell = 0; local
H A Dtcp_subr.c2136 unsigned int ifscope; local
2219 unsigned int ifscope; local
570 tcp_respond( struct tcpcb *tp, void *ipgen, register struct tcphdr *th, register struct mbuf *m, tcp_seq ack, tcp_seq seq, int flags, unsigned int ifscope, unsigned int nocell ) argument
[all...]
/darwin-on-arm/xnu/bsd/net/
H A Drtsock.c334 unsigned int ifscope = IFSCOPE_NONE; local
825 rt_setif(struct rtentry *rt, struct sockaddr *Ifpaddr, struct sockaddr *Ifaaddr, struct sockaddr *Gate, unsigned int ifscope) argument
[all...]
H A Dif.c866 ifa_ifwithaddr_scoped(const struct sockaddr *addr, unsigned int ifscope) argument
929 ifa_ifwithnet_scoped(const struct sockaddr *addr, unsigned int ifscope) argument
939 ifa_ifwithnet_common(const struct sockaddr *addr, unsigned int ifscope) argument
[all...]
H A Droute.c334 __uint32_t ifscope; member in struct:sockaddr_inifscope::__anon301::__anon302
360 unsigned int ifscope; /* interface scope */ member in struct:matchleaf_arg
417 set_primary_ifscope(int af, unsigned int ifscope) argument
438 sin_set_ifscope(struct sockaddr *sa, unsigned int ifscope) argument
450 sin6_set_ifscope(struct sockaddr *sa, unsigned int ifscope) argument
483 sin6_set_embedded_ifscope(struct sockaddr *sa, unsigned int ifscope) argument
515 unsigned int ifscope = (pifscope != NULL) ? *pifscope : IFSCOPE_NONE; local
524 sin_set_ifscope(SA(dst), ifscope); local
539 sin6_set_ifscope(SA(dst), ifscope); local
545 sin6_set_embedded_ifscope(SA(dst), ifscope); local
547 sin6_set_ifscope(SA(dst), ifscope); local
563 ma_copy(int af, struct sockaddr *src, struct sockaddr_storage *dst, unsigned int ifscope) argument
795 rtalloc_scoped(struct route *ro, unsigned int ifscope) argument
801 rtalloc_ign_common_locked(struct route *ro, uint32_t ignore, unsigned int ifscope) argument
834 rtalloc_scoped_ign(struct route *ro, uint32_t ignore, unsigned int ifscope) argument
849 rtalloc1_scoped_locked(struct sockaddr *dst, int report, uint32_t ignflags, unsigned int ifscope) argument
860 rtalloc1_common_locked(struct sockaddr *dst, int report, uint32_t ignflags, unsigned int ifscope) argument
952 rtalloc1_scoped(struct sockaddr *dst, int report, uint32_t ignflags, unsigned int ifscope) argument
1238 unsigned int ifscope = (ifp != NULL) ? ifp->if_index : IFSCOPE_NONE; local
1415 ifa_ifwithroute_scoped_locked(int flags, const struct sockaddr *dst, const struct sockaddr *gateway, unsigned int ifscope) argument
1427 ifa_ifwithroute_common_locked(int flags, const struct sockaddr *dst, const struct sockaddr *gw, unsigned int ifscope) argument
1568 rtrequest_scoped_locked(int req, struct sockaddr *dst, struct sockaddr *gateway, struct sockaddr *netmask, int flags, struct rtentry **ret_nrt, unsigned int ifscope) argument
1597 rtrequest_common_locked(int req, struct sockaddr *dst0, struct sockaddr *gateway, struct sockaddr *netmask, int flags, struct rtentry **ret_nrt, unsigned int ifscope) argument
2078 rtrequest_scoped(int req, struct sockaddr *dst, struct sockaddr *gateway, struct sockaddr *netmask, int flags, struct rtentry **ret_nrt, unsigned int ifscope) argument
2306 unsigned int ifscope; local
2560 node_lookup(struct sockaddr *dst, struct sockaddr *netmask, unsigned int ifscope) argument
2635 rt_lookup(boolean_t lookup_only, struct sockaddr *dst, struct sockaddr *netmask, struct radix_node_head *rnh, unsigned int ifscope) argument
[all...]

Completed in 88 milliseconds