Home
last modified time | relevance | path

Searched refs:unicast (Results 1 – 25 of 29) sorted by relevance

12

/netbsd-src/sys/net/
H A Dif_ieee1394subr.c98 int unicast; in ieee1394_output() local
118 unicast = !(m0->m_flags & (M_BCAST | M_MCAST)); in ieee1394_output()
119 if (unicast) { in ieee1394_output()
138 if (unicast && in ieee1394_output()
165 if (unicast) { in ieee1394_output()
190 if (unicast) in ieee1394_output()
201 unicast && in ieee1394_output()
211 if (unicast) { in ieee1394_output()
/netbsd-src/external/mpl/dhcp/dist/keama/tests/
H A Dbadoption66.err63 option dhcp6.unicast "2001::1";
H A Doptiondata6.in629 option dhcp6.unicast 2001::1;
H A Doptiondata6.out120 "name": "unicast",
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/
H A Dtodo.txt11 - Cisco AP and non-zero keyidx for unicast -> map to broadcast
14 for unicast); worked also with Host AP driver and madwifi
/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Ddhcp6.c642 uint8_t *p, *si, *unicast, IA; in dhcp6_makemessage() local
879 unicast = NULL; in dhcp6_makemessage()
882 unicast = dhcp6_findmoption(m, ml, D6_OPTION_UNICAST, &uni_len); in dhcp6_makemessage()
885 unicast = NULL; in dhcp6_makemessage()
892 if (unicast != NULL && !(ifp->ctx->options & DHCPCD_MANAGER)) { in dhcp6_makemessage()
895 unicast = NULL; in dhcp6_makemessage()
924 if (unicast && uni_len == sizeof(state->unicast)) in dhcp6_makemessage()
925 memcpy(&state->unicast, unicast, sizeof(state->unicast)); in dhcp6_makemessage()
927 state->unicast = in6addr_any; in dhcp6_makemessage()
1275 if (!IN6_IS_ADDR_UNSPECIFIED(&state->unicast)) { in dhcp6_sendmessage()
[all …]
H A Ddhcp6.h208 struct in6_addr unicast; member
/netbsd-src/sys/net80211/
H A DCHANGES111 found node has a rx key index set in the unicast key; note this work
117 unicast key state for a node (deletes any key and handles key map
375 blindly assign unicast keys to key slot 0. Devices that need
447 o make unicast key handling on delete identical to set
/netbsd-src/external/bsd/ntp/dist/ntpq/
H A Dntpq.texi392 @code{u}: unicast or manycast client,
749 unicast/broadcast bias
759 subgraph relative to the unicast subgraph. The xleave variable appears
/netbsd-src/external/mpl/dhcp/dist/client/
H A Ddhc6.c5190 struct sockaddr_in6 unicast, *dest_addr = &DHCPv6DestAddr; in do_refresh6() local
5250 memset(&unicast, 0, sizeof(DHCPv6DestAddr)); in do_refresh6()
5251 unicast.sin6_family = AF_INET6; in do_refresh6()
5252 unicast.sin6_port = remote_port; in do_refresh6()
5253 memcpy(&unicast.sin6_addr, ds.data, 16); in do_refresh6()
5255 dest_addr = &unicast; in do_refresh6()
/netbsd-src/external/bsd/ntp/dist/sntp/
H A Dsntp-opts.def217 more than enough for a unicast response. If @code{sntp} is
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/rfc/
H A Drfc3715.txt297 SPI to each unicast Security Association. In this case, the
299 valid unicast IP for this host", not checked to see if it is the
768 might not strictly be meaningful for unicast sessions, whereas in the
769 Global Internet this check is important for tunnel-mode unicast
H A Drfc2367.txt1000 The SRC address MUST be a unicast or unspecified (e.g., INADDR_ANY)
1002 (unicast, multicast, or even broadcast). The PROXY address SHOULD be
1003 a unicast address (there are experimental security protocols where
1082 For example, consider a pair of nodes communicating unicast using an
/netbsd-src/sys/dev/pci/
H A Dif_iavf.c1414 int unicast, multicast; in iavf_iff_locked() local
1422 unicast = 0; in iavf_iff_locked()
1425 unicast = 1; in iavf_iff_locked()
1431 iavf_config_promisc_mode(sc, unicast, multicast); in iavf_iff_locked()
5002 iavf_config_promisc_mode(struct iavf_softc *sc, int unicast, int multicast) in iavf_config_promisc_mode() argument
5016 if (unicast) in iavf_config_promisc_mode()
/netbsd-src/external/mpl/dhcp/dist/server/
H A Ddhcpv6.c601 if (packet->unicast) { in valid_client_msg()
776 if (packet->unicast) { in valid_client_info_req()
5387 if (packet->unicast == ISC_TRUE &&
5723 if (packet->unicast == ISC_TRUE &&
6151 if (packet->unicast == ISC_TRUE &&
6611 if (packet->unicast == ISC_TRUE &&
7404 enc_packet->unicast = 1;
/netbsd-src/external/mpl/dhcp/dist/
H A DREADME220 However, unicast packets will be blocked. This can result in strange
222 exchange is broadcast, but renewals are unicast - the client will
H A DRELNOTES1114 - The server will now reject unicast Request, Renew, Decline, and Release
1116 dhcp6.unicast option. This behavior is in compliance with paragraph 1 in
1120 the dhcp6.unicast option either globally or within the shared network to
1123 and look for the presence of the unicast option there and then globally.
3184 - Inappropriate unicast DHCPv6 messages sent to the server are now
3484 packets and expect relay agent information even in unicast (renewal)
4050 broadcast address, but with the source's unicast mac address. Should
4935 - Support relay agents that intercept unicast DHCP messages to stuff
/netbsd-src/external/mpl/bind/dist/doc/arm/
H A Drpz.inc.rst408 The primary server must know the unicast listener address of every
412 if the unicast listener addresses of four of the subscribing recursive name
436 name server to a response policy zone where the unicast listener address
/netbsd-src/external/ibm-public/postfix/dist/
H A DIPv6-ChangeLog192 Bugfix: correctly relay for scoped unicast addresses when
/netbsd-src/external/mpl/dhcp/dist/doc/
H A DReferences.txt237 4. And of course the simple case, a regular IP unicast that is
283 now unicast without ARP by inserting an entry into the ARP cache
/netbsd-src/external/bsd/ntp/dist/ntpsnmpd/
H A Dntpv4-mib.mib531 address for unicast, multicast, and broadcast associations."
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/
H A Dinternet2179 namespace unicast
2196 } // namespace unicast
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/
H A Dinternet2264 namespace unicast
2283 } // namespace unicast
/netbsd-src/usr.sbin/makemandb/
H A Dnostem.txt4323 unicast
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h472 isc_boolean_t unicast; member

12