HomeSort by: relevance | last modified time | path
    Searched refs:multicast (Results 1 - 25 of 25) sorted by relevancy

  /src/tests/usr.sbin/stdhosts/
d_ipv6.in 8 ff01:0:0:0:0:0:0:1 node-local multicast
9 ff02::1 link-local multicast
10 ff02::1:2 link-local multicast
11 ff02:0:0:0:0:0:0:1 link-local multicast
12 ff02:0:0:0:0:0:1:3 link-local multicast
13 ff05:0:0:0:0:0:0:fb site-local multicast
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
ioloop.c 939 return udp_send_message(comm, &comm->multicast, ifindex, iov, iov_len);
963 ERROR("ioloop_send_message: multicast send must use ioloop_send_multicast!");
1172 const addr_t *ip_address, const char *multicast, const char *name,
1222 if (multicast != 0) {
1224 ERROR("Unable to do non-datagram multicast.");
1228 ERROR("Multicast not supported on local sockets.");
1231 sl = getipaddr(&listener->multicast, multicast);
1235 if (listener->multicast.sa.sa_family != family) {
1237 ERROR("multicast address %s from different family than listen address " PRI_SEGMENTED_IPv6_ADDR_SRP "."
    [all...]
ioloop.h 214 addr_t address, multicast, local; member in struct:dso_transport
308 const char *NULLABLE multicast, const char *NONNULL name,
macos-ioloop.c 1364 // skipping multicast support for now
1462 const addr_t *ip_address, const char *multicast, const char *name,
1479 if (multicast != NULL) {
1480 ERROR("ioloop_setup_listener: multicast not supported.");
  /src/external/bsd/libpcap/dist/msdos/
pktdrvr.h 38 PDRX_MULTICAST1, /* BROADCAST + limited multicast */
39 PDRX_MULTICAST2, /* BROADCAST + all multicast */
64 WORD multicast; /* HiPerformance data, N/A */ member in struct:__anon7256
  /src/external/bsd/ntp/dist/ntpd/
ntp.conf.def 105 broadcast address of a local interface, (m) a multicast address (IPv4
236 (subnets) and/or multiple multicast groups.
239 subnet specified, but multicast messages go to all interfaces.
244 local network(s) or a multicast address assigned to NTP.
246 has assigned the multicast group address IPv4 224.0.1.1 and
260 manycast client mode association for the multicast address
267 The NTP multicast address
276 discovered as the result of broadcast/multicast messages.
365 use on broadcast server and multicast server and the maximum
408 the multicast group address(es) (type m) specified
    [all...]
ntp_restrict.c 539 * Ignore any packets with a multicast source address
544 goto multicast;
569 * Ignore any packets with a multicast source address
574 goto multicast;
589 multicast:
ntpd-opts.def 53 broadcast/multicast client, with all peers being determined by
336 symmetric active/passive, client/server broadcast/multicast and
350 broadcast/multicast or manycast client can discover remote servers,
  /src/usr.bin/tftp/
tftp.c 105 ismulticast = !strcasecmp(opt, "multicast");
136 char multicast[24]; local
140 strlcpy(multicast, valp, sizeof(multicast));
141 pmulticast = multicast;
  /src/external/bsd/libpcap/dist/
pcap-dos.h 185 DWORD multicast; /* multicast packets received */ member in struct:net_device_stats
scanner.l 336 multicast return TK_MULTICAST;
  /src/external/bsd/ntp/dist/scripts/ntpsweep/
ntpsweep.in 128 $daemonversion =~ s/multicast/mc/;
  /src/external/bsd/ntp/dist/ntpdc/
ntpdc-opts.def 628 address of the local network or a multicast group address assigned
630 If a multicast address, a multicast-capable kernel is
679 multicast server, as in the multicastclient command with
  /src/external/bsd/wpa/dist/src/ap/
ap_drv_ops.h 447 bool multicast)
452 match_len, multicast);
  /src/external/bsd/dhcpcd/dist/src/
dhcp6.c 184 "Use Multicast",
1334 bool multicast = true; local
1374 multicast = false;
1380 dst.sin6_addr = multicast ? alldhcp : state->unicast;
1385 multicast ? "multicasting" : "unicasting",
1390 !multicast ? " " : "",
1391 !multicast ? uaddr : "");
1429 multicast ? "multicasting" : "unicasting",
1434 state->IMD == 0 && !multicast ? " " : "",
1435 state->IMD == 0 && !multicast ? uaddr : ""
    [all...]
  /src/external/bsd/libpcap/dist/pcap/
pcap.h 330 u_long multicast; /* multicast packets received */ member in struct:pcap_stat_ex
  /src/usr.sbin/mtrace/
mtrace.c 6 * This tool traces the branch of a multicast tree from a source to a
7 * receiver for a particular multicast group and gives statistics
80 #define MULTICAST_TTL1 64 /* Default TTL for multicast query/response */
111 int multicast = FALSE; variable
116 u_int32_t query_cast; /* All routers multicast addr */
117 u_int32_t resp_cast; /* Mtrace response multicast addr */
420 * the standard multicast reply address. If the TTL was also not
421 * specified, set a multicast TTL and if needed increase it for the
425 query->tr_raddr = raddr ? raddr : multicast ? resp_cast : lcl_addr;
562 * for backward compatibility with multicast release 3.3)
    [all...]
  /src/share/man/man4/
Makefile 47 mpu.4 mtd.4 mtio.4 msm6242b.4 multicast.4 mvsata.4 \
  /src/sys/dev/pci/
if_iavf.c 1414 int unicast, multicast; local
1423 multicast = 0;
1426 multicast = 1;
1428 multicast = 1;
1431 iavf_config_promisc_mode(sc, unicast, multicast);
2038 iavf_evcnt_attach(&isc->isc_rx_multicast, dn, "Rx multicast");
2046 iavf_evcnt_attach(&isc->isc_tx_multicast, dn, "Tx multicast");
5006 iavf_config_promisc_mode(struct iavf_softc *sc, int unicast, int multicast)
5022 if (multicast)
  /src/external/bsd/ipf/dist/
HISTORY 86 3497941 ipv4 multicast detection incorrect on little endian
197 3472330 multicast packets tagged by address
1756 Updated ip_input.c and ip_output.c with paches for 3.5 Multicast IP.
  /src/tests/net/if_vlan/
t_vlan.sh 656 # add a multicast address
1037 add_test multicast "tests of multicast address adding and deleting"
1046 add_test multicast6 "tests of multicast address adding and deleting with IPv6"
  /src/external/bsd/wpa/dist/hostapd/
ctrl_iface.c 2433 bool multicast = false; local
2442 multicast = os_strstr(end, "multicast") != NULL;
2450 multicast);
  /src/external/bsd/wpa/dist/src/drivers/
driver.h 553 * a multicast one, i.e., bit 0 of byte 0 should not be set.
562 * allow the generation of a multicast address, i.e., bit 0 of byte 0
1633 * If this is non-zero, the AP is requested to perform multicast to
1640 * as the ability to drop unicast IP packets received within multicast
1642 * messages for packets received in L2 multicast (which is required,
1646 * This also doesn't implement the 802.11 DMS (directed multicast
5219 bool multicast);
driver_nl80211.c 1979 wpa_printf(MSG_ERROR, "nl80211: Could not add multicast "
1989 wpa_printf(MSG_ERROR, "nl80211: Could not add multicast "
1999 wpa_printf(MSG_DEBUG, "nl80211: Could not add multicast "
2009 wpa_printf(MSG_DEBUG, "nl80211: Could not add multicast "
2080 "nl80211: Could not re-add multicast membership for %s events: %d (%s)",
2421 bool multicast)
2431 "nl80211: Register frame type=0x%x (%s) nl_handle=%p match=%s multicast=%d",
2432 type, fc2str(type), nl_handle, buf, multicast);
2435 (multicast && nla_put_flag(msg, NL80211_ATTR_RECEIVE_MULTICAST)) ||
2481 bool multicast)
    [all...]
  /src/external/apache2/mDNSResponder/dist/mDNSPosix/
mDNSPosix.c 449 // packet arrived as a multicast and, if so, set its
458 // so all we can do is just assume it's a multicast
1142 // If mDNSIPPort port is non-zero, then it's a multicast socket on the specified interface
1163 // ... with a shared UDP port, if it's for multicast receiving
1183 #error This platform has no way to avoid address busy errors on multicast.
1189 // Only done for multicast sockets, since we don't expect unicast socket operations
1215 // Add multicast group membership on this interface
1238 // and multicast packets with TTL 255 too
1279 // Add multicast group membership on this interface
1317 // and multicast packets with TTL 255 to
    [all...]

Completed in 49 milliseconds