Home
last modified time | relevance | path

Searched refs:npa (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/netmap/
H A Dnetmap_pipe.c93 struct netmap_pipe_adapter **npa; in nm_pipe_alloc() local
104 npa = nm_os_realloc(na->na_pipes, len, old_len); in nm_pipe_alloc()
105 if (npa == NULL) in nm_pipe_alloc()
108 na->na_pipes = npa; in nm_pipe_alloc()
/freebsd/crypto/openssl/ssl/statem/
H A Dextensions_srvr.c1461 const unsigned char *npa; in tls_construct_stoc_next_proto_neg() local
1470 ret = s->ctx->ext.npn_advertised_cb(s, &npa, &npalen, in tls_construct_stoc_next_proto_neg()
1474 || !WPACKET_sub_memcpy_u16(pkt, npa, npalen)) { in tls_construct_stoc_next_proto_neg()