Home
last modified time | relevance | path

Searched refs:NDP (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md26 - **NDP**: Net Data Path. Network-side data path control API. Also includes I/O
601 | `SSL_set0_wbio` | NDP | ��U | ��A | ��QSI | ��Done …
602 | `SSL_set0_rbio` | NDP | ��C | ��A | ��QSI | ��Done …
603 | `SSL_set_bio` | NDP | ��C | ��A | ��QSI | ��Done …
604 | `SSL_get_wbio` | NDP | ��C | ��A | ��QSI | ��Done …
605 | `SSL_get_rbio` | NDP | ��C | ��A | ��QSI | ��Done …
606 | `SSL_get_error` | NDP | ��U | ��A | ��QSI | ��Done …
607 | `SSL_get_rfd` | NDP | ��U | ��A | ��NC | ��Done …
608 | `SSL_get_wfd` | NDP | ��U | ��A | ��NC | ��Done …
609 | `SSL_get_fd` | NDP | ��U | ��A | ��NC | ��Done …
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp200 if (const auto *NDP = dyn_cast_if_present<const NamedDecl *>(PTMDT)) in accumCXXBase() local
201 ND = NDP; in accumCXXBase()
H A DSVals.cpp207 if (const auto *NDP = dyn_cast<const NamedDecl *>(PTMD)) in getDecl() local
208 ND = NDP; in getDecl()
/freebsd/tests/sys/netpfil/pf/
H A Dutils.subr256 # The target for tests does not exist but a static NDP entry does
381 # Ping the dummy static NDP target.
/freebsd/share/doc/IPv6/
H A DIMPLEMENTATION342 - We cannot configure proxy NDP for off-link address. The target address for
344 node which does proxy NDP.
/freebsd/contrib/unbound/doc/
H A Dunbound.conf.rst587 address resolution, from like ARP and NDP discovery, before they are sent
H A DChangelog225 for ARP/NDP resolution. Thanks to Reflyable for the report.