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