HomeSort by: relevance | last modified time | path
    Searched defs:ip_multicast_if (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
ip_output.c 152 static struct ifnet *ip_multicast_if(struct in_addr *, int *);
1232 case IP_MULTICAST_IF:
1406 case IP_MULTICAST_IF:
1691 ip_multicast_if(struct in_addr *a, int *ifindexp) function
1803 *ifp = ip_multicast_if(&mreq.imr_interface, NULL);
1985 case IP_MULTICAST_IF: {
2009 ifp = ip_multicast_if(&addr, &ifindex);
2079 case IP_MULTICAST_IF:
ip_output.c 152 static struct ifnet *ip_multicast_if(struct in_addr *, int *);
1232 case IP_MULTICAST_IF:
1406 case IP_MULTICAST_IF:
1691 ip_multicast_if(struct in_addr *a, int *ifindexp) function
1803 *ifp = ip_multicast_if(&mreq.imr_interface, NULL);
1985 case IP_MULTICAST_IF: {
2009 ifp = ip_multicast_if(&addr, &ifindex);
2079 case IP_MULTICAST_IF:

Completed in 45 milliseconds