Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet6/
H A Dnd6.h910 uint8_t *__counted_by(noncelen) nonce, size_t noncelen);
1004 struct in6_addr *, uint8_t *__counted_by(noncelen) nonce, size_t noncelen);
H A Dnd6_nbr.c446 size_t noncelen = (ndopts.nd_opts_nonce == NULL) ? 0 : in nd6_ns_input() local
449 __unsafe_forge_bidi_indexable(uint8_t *, ndopts.nd_opts_nonce->nd_opt_nonce, noncelen); in nd6_ns_input()
453 nonce, noncelen); in nd6_ns_input()
594 uint8_t *__counted_by(noncelen) nonce, in nd6_ns_output()
595 size_t noncelen) in nd6_ns_output() argument
597 #pragma unused(noncelen) in nd6_ns_output()
H A Dnd6_prproxy.c991 struct in6_addr *taddr, uint8_t *__counted_by(noncelen) nonce, size_t noncelen) in nd6_prproxy_ns_input() argument
1106 taddr, NULL, nonce, noncelen); in nd6_prproxy_ns_input()