Home
last modified time | relevance | path

Searched defs:negotiate (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DRPCUtils.h1618 template <typename RPCEndpoint> static Error negotiate(RPCEndpoint &R) { in negotiate() function
1631 template <typename RPCEndpoint> static Error negotiate(RPCEndpoint &R) { in negotiate() function
1648 template <typename RPCEndpoint> static Error negotiate(RPCEndpoint &R) { in negotiate() function
/netbsd-src/sys/dev/pci/ixgbe/
H A Dixgbe.c1571 bool sfp, negotiate = false; in ixgbe_config_link() local
3059 bool negotiate = false; in ixgbe_media_change() local
4888 bool negotiate; in ixgbe_handle_msf() local
5576 bool negotiate = FALSE; in ixgbe_set_advertise() local
5691 bool negotiate = FALSE; in ixgbe_get_default_advertise() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/etc/c/
H A Dcurl.d555 negotiate = 1UL << 2, /** Negotiate (SPNEGO) */ enumerator