Home
last modified time | relevance | path

Searched refs:ifindexp (Results 1 – 1 of 1) sorted by relevance

/xnu-8796.121.2/bsd/netinet/
H A Din_mcast.c3305 ip_multicast_if(struct in_addr *a, unsigned int *ifindexp) in ip_multicast_if() argument
3310 if (ifindexp != NULL) { in ip_multicast_if()
3311 *ifindexp = 0; in ip_multicast_if()
3323 if (ifp != NULL && ifindexp != NULL) { in ip_multicast_if()
3324 *ifindexp = ifindex; in ip_multicast_if()