Searched refs:mcast (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Dat_var.h171 unsigned char mcast[MAX_MCASTS]; member in struct:at_ifaddr
H A Dddp_lap.c1441 if (c == patp->mcast[i]) {
1449 patp->mcast[loc] = 0;
1460 if (patp->mcast[i] == 0) {
1466 patp->mcast[loc] = c;
1492 to shift left a 1 to form the mcast mask for TR. We'll do this
/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6_rtr.c380 int mcast = 0; local
457 mcast = 1;
583 (void)prelist_update(&pr, dr, m, mcast);
2255 int mcast)
2579 if ((ia6 = in6_ifadd(new, mcast)) != NULL) {
3749 int mcast)
3865 if (mcast)
2251 prelist_update( struct nd_prefix *new, struct nd_defrouter *dr, struct mbuf *m, int mcast) argument
3747 in6_ifadd( struct nd_prefix *pr, int mcast) argument
H A Din6_mcast.c154 SYSCTL_NODE(_net_inet6_ip6, OID_AUTO, mcast, CTLFLAG_RW | CTLFLAG_LOCKED, 0, "IPv6 multicast");
/darwin-on-arm/xnu/bsd/net/
H A Dkpi_interface.h402 @param mcast The multicast address.
408 const struct sockaddr *mcast);
/darwin-on-arm/xnu/bsd/netinet/
H A Din_mcast.c160 SYSCTL_NODE(_net_inet_ip, OID_AUTO, mcast, CTLFLAG_RW | CTLFLAG_LOCKED, 0, "IPv4 multicast");
2407 * preserve 4.4BSD mcast API idempotence.

Completed in 96 milliseconds