Searched refs:noncelen (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215.81.4/bsd/netinet6/ |
| H A D | nd6.h | 878 uint8_t *__counted_by(noncelen) nonce, size_t noncelen); 972 struct in6_addr *, uint8_t *__counted_by(noncelen) nonce, size_t noncelen);
|
| H A D | nd6_nbr.c | 445 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 D | nd6_prproxy.c | 990 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()
|