/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/ |
A D | pthread_mutexattr_setprotocol.c | 27 int protocol) in pthread_mutexattr_setprotocol() argument 29 if (protocol != PTHREAD_PRIO_NONE in pthread_mutexattr_setprotocol() 30 && protocol != PTHREAD_PRIO_INHERIT in pthread_mutexattr_setprotocol() 31 && __builtin_expect (protocol != PTHREAD_PRIO_PROTECT, 0)) in pthread_mutexattr_setprotocol() 37 | (protocol << PTHREAD_MUTEXATTR_PROTOCOL_SHIFT)); in pthread_mutexattr_setprotocol()
|
A D | pthread_mutexattr_getprotocol.c | 26 int *protocol) in pthread_mutexattr_getprotocol() argument 32 *protocol = ((iattr->mutexkind & PTHREAD_MUTEXATTR_PROTOCOL_MASK) in pthread_mutexattr_getprotocol()
|
/l4re-core-master/l4sys/include/ |
A D | meta | 49 * Get the protocol number that must be used for the interface with 52 * \param idx The index of the interface to get the protocol 55 * \param[out] proto The protocol number for interface `idx`. 56 * \param[out] name The protocol name for interface `idx`. 65 * Figure out if the object supports the given protocol (number). 67 * \param protocol The protocol number to check for. 69 * \retval l4_msgtag_t::label() == 1 protocol is supported. 70 * \retval l4_msgtag_t::label() == 0 protocol is not supported. 72 * This method is intended to be used for statically assigned protocol 75 L4_INLINE_RPC(l4_msgtag_t, supports, (l4_mword_t protocol));
|
A D | ipc_gate | 44 * protocol different from the #L4_PROTO_KOBJECT protocol is forwarded. Without
|
A D | pager | 66 * IO page fault protocol message. 103 * Page-fault protocol message.
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/ |
A D | pm_getport.c | 60 u_int protocol) in pmap_getport() argument 68 if (protocol == IPPROTO_TCP) in pmap_getport() 87 parms.pm_prot = protocol; in pmap_getport()
|
A D | pmap_clnt.c | 114 pmap_set (u_long program, u_long version, int protocol, u_short port) in pmap_set() argument 130 parms.pm_prot = protocol; in pmap_set()
|
A D | svc.c | 169 rpcproc_t protocol) in svc_register() argument 192 if (protocol) in svc_register() 193 return pmap_set (prog, vers, protocol, xprt->xp_port); in svc_register()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/ |
A D | getaddrinfo.c | 110 int protocol; member 123 protocol_t protocol; member 346 st->protocol = ((tp->protoflag & GAI_PROTO_PROTOANY) ? req->ai_protocol : tp->protocol); in gaih_inet_serv() 417 …&& (req->ai_protocol == 0 || req->ai_protocol == tp->protocol || (tp->protoflag & GAI_PROTO_PROTOA… in gaih_inet() 452 && req->ai_protocol != tp->protocol) in gaih_inet() 473 st->protocol = ((tp->protoflag & GAI_PROTO_PROTOANY) in gaih_inet() 474 ? req->ai_protocol : tp->protocol); in gaih_inet() 481 st->protocol = ((tp->protoflag & GAI_PROTO_PROTOANY) in gaih_inet() 482 ? req->ai_protocol : tp->protocol); in gaih_inet() 496 newp->protocol = tp->protocol; in gaih_inet() [all …]
|
A D | socketcalls.c | 364 int socket(int family, int type, int protocol) in socket() argument 367 return INLINE_SYSCALL(socket, 3, family, type, protocol); in socket() 373 args[2] = (unsigned long) protocol; in socket() 381 int socketpair(int family, int type, int protocol, int sockvec[2]) in libc_hidden_def() 384 return INLINE_SYSCALL(socketpair, 4, family, type, protocol, sockvec); in libc_hidden_def() 390 args[2] = protocol; in libc_hidden_def()
|
/l4re-core-master/libc_backends/lib/socket_noop/ |
A D | socket_noop.c | 18 int W socket(int domain, int type, int protocol) in socket() argument 20 printf("Unimplemented: %s(%d, %d, %d)\n", __func__, domain, type, protocol); in socket() 120 int W socketpair(int domain, int type, int protocol, int sv[2]) in socketpair() argument 123 domain, type, protocol, sv); in socketpair()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/experimental/bits/ |
A D | net.h | 184 { __a.protocol() } -> same_as<typename _Tp::protocol_type>; in _GLIBCXX_VISIBILITY() 212 { __a.protocol() } -> same_as<int>; in _GLIBCXX_VISIBILITY() 241 is_same<decltype(__a->protocol()), typename _Tp::protocol_type>, in _GLIBCXX_VISIBILITY() 268 is_same<decltype(__a->protocol()), int> in _GLIBCXX_VISIBILITY()
|
/l4re-core-master/cxx/lib/ipc/include/ |
A D | ipc_server | 101 * Implementation of the meta protocol based on \a IFACE. 107 * Server_object::dispatch() when the received message tag has protocol 114 * Implementation of protocol-based dispatch for this server object. 121 * This function reads the protocol ID from the message tag and uses the 148 * that is called for messages with protocol == Iface::Protocol.
|
/l4re-core-master/l4sys/doc/ |
A D | factory.dox | 30 The protocol IDs for objects in this list are given in \ref l4_msgtag_protocol. 31 The protocol ID shall be used as the second argument for
|
A D | l4sys-l4f-groups.dox | 67 * \brief List of protocol specific opcodes used for communication with L4Re
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/net/ |
A D | if_ppp.h | 111 int protocol; /* PPP protocol, e.g. PPP_IP */ member
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/experimental/ |
A D | internet | 1459 if (protocol().family() == AF_INET6) 1503 return protocol().family() == AF_INET6 1577 if (__ep.protocol() 1960 __hints.ai_protocol = __protocol->protocol(); 1964 auto __p = endpoint_type{}.protocol(); 1967 __hints.ai_protocol = __p.protocol(); 2010 if (__ep.protocol().type() == SOCK_DGRAM) 2073 /// The TCP byte-stream protocol. 2097 /// A protocol object representing IPv4 TCP. 2099 /// A protocol object representing IPv6 TCP. [all …]
|
A D | socket | 565 __protocol.protocol()); 679 _Protocol _M_protocol{ endpoint_type{}.protocol() }; 926 open(__endpoint.protocol(), __ec); 951 open(__endpoint.protocol(), __ec); 1032 : basic_socket(std::addressof(__ctx), __endpoint.protocol()) 1846 : __base(__ctx), _M_protocol(endpoint_type{}.protocol()) { } 1855 : basic_socket_acceptor(__ctx, __endpoint.protocol()) 2215 auto __protocol = __ep.protocol(); 2460 __s.open(__ep.protocol(), __ec); 2488 __s.open(typename _Protocol::endpoint(*__i).protocol(), __ec);
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/experimental/ |
A D | internet | 1460 if (protocol().family() == AF_INET6) 1504 return protocol().family() == AF_INET6 1578 if (__ep.protocol() 1963 __hints.ai_protocol = __protocol->protocol(); 1967 auto __p = endpoint_type{}.protocol(); 1970 __hints.ai_protocol = __p.protocol(); 2013 if (__ep.protocol().type() == SOCK_DGRAM) 2076 /// The TCP byte-stream protocol. 2100 /// A protocol object representing IPv4 TCP. 2102 /// A protocol object representing IPv6 TCP. [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/experimental/ |
A D | internet | 1460 if (protocol().family() == AF_INET6) 1504 return protocol().family() == AF_INET6 1578 if (__ep.protocol() 1963 __hints.ai_protocol = __protocol->protocol(); 1967 auto __p = endpoint_type{}.protocol(); 1970 __hints.ai_protocol = __p.protocol(); 2013 if (__ep.protocol().type() == SOCK_DGRAM) 2076 /// The TCP byte-stream protocol. 2100 /// A protocol object representing IPv4 TCP. 2102 /// A protocol object representing IPv6 TCP. [all …]
|
A D | socket | 539 __protocol.protocol()); 660 _Protocol _M_protocol{ endpoint_type{}.protocol() }; 918 open(__endpoint.protocol(), __ec); 942 open(__endpoint.protocol(), __ec); 1023 : basic_socket(__ctx, __endpoint.protocol()) 1840 : __base(__ctx), _M_protocol(endpoint_type{}.protocol()) { } 1849 : basic_socket_acceptor(__ctx, __endpoint.protocol()) 2215 auto __protocol = __ep.protocol(); 2461 __s.open(__ep.protocol(), __ec); 2489 __s.open(typename _Protocol::endpoint(*__i).protocol(), __ec);
|
/l4re-core-master/l4re_vfs/include/impl/ |
A D | ns_fs.h | 51 bool check_type(Env::Cap_entry const *e, long protocol) throw();
|
A D | ns_fs_impl.h | 320 Env_dir::check_type(Env::Cap_entry const *e, long protocol) throw() in check_type() argument 323 return m->supports(protocol).label(); in check_type()
|
/l4re-core-master/sigma0/doc/ |
A D | sigma0.dox | 27 * - Use protocol id #L4_PROTO_SIGMA0 for creation
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/netinet/ |
A D | ip.h | 61 u_int8_t protocol; member
|