Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/netinet6/
H A Dnd6.h878 uint8_t *__counted_by(noncelen) nonce, size_t noncelen);
972 struct in6_addr *, uint8_t *__counted_by(noncelen) nonce, size_t noncelen);
H A Dnd6_nbr.c445 size_t noncelen = (ndopts.nd_opts_nonce == NULL) ? 0 : in nd6_ns_input() local
448 __unsafe_forge_bidi_indexable(uint8_t *, ndopts.nd_opts_nonce->nd_opt_nonce, noncelen); in nd6_ns_input()
452 nonce, noncelen); in nd6_ns_input()
593 uint8_t *__counted_by(noncelen) nonce, in nd6_ns_output()
594 size_t noncelen) in nd6_ns_output() argument
596 #pragma unused(noncelen) in nd6_ns_output()
H A Dnd6_prproxy.c990 struct in6_addr *taddr, uint8_t *__counted_by(noncelen) nonce, size_t noncelen) in nd6_prproxy_ns_input() argument
1105 taddr, NULL, nonce, noncelen); in nd6_prproxy_ns_input()