/l4re-core-master/uclibc/lib/contrib/uclibc/test/inet/ |
A D | getnetent.c | 5 struct netent *net; in main() local 7 while ((net = getnetent())) { in main() 8 while (net->n_net && !((net->n_net >> 24) & 0xff)) { in main() 9 net->n_net <<= 8; in main() 12 (net->n_net >> 24) & 0xff, (net->n_net >> 16) & 0xff, in main() 13 (net->n_net >> 8) & 0xff, net->n_net & 0xff); in main()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/ |
A D | addr.c | 152 struct in_addr inet_makeaddr(in_addr_t net, in_addr_t host) in libc_hidden_def() 156 if (net < 128) in libc_hidden_def() 157 in.s_addr = (net << IN_CLASSA_NSHIFT) | (host & IN_CLASSA_HOST); in libc_hidden_def() 158 else if (net < 65536) in libc_hidden_def() 159 in.s_addr = (net << IN_CLASSB_NSHIFT) | (host & IN_CLASSB_HOST); in libc_hidden_def() 160 else if (net < 16777216UL) in libc_hidden_def() 161 in.s_addr = (net << IN_CLASSC_NSHIFT) | (host & IN_CLASSC_HOST); in libc_hidden_def() 163 in.s_addr = net | host; in libc_hidden_def()
|
A D | getnet.c | 179 int getnetbyaddr_r(uint32_t net, int type, in getnetbyaddr_r() argument 189 if (net == result_buf->n_net && type == result_buf->n_addrtype) in getnetbyaddr_r() 199 struct netent *getnetbyaddr(uint32_t net, int type) in libc_hidden_def() 205 getnetbyaddr_r(net, type, &nete, netbuf, SBUFSIZE, &result, &herrnop); in libc_hidden_def()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/experimental/ |
A D | buffer | 42 #include <experimental/bits/net.h> 49 namespace net 261 auto __i = net::buffer_sequence_begin(__buffers); 272 auto __i = net::buffer_sequence_begin(__buffers); 289 auto __to_i = net::buffer_sequence_begin(__dest); 386 { return net::__to_mbuf(__data, _Nm); } 391 { return net::__to_cbuf(__data, _Nm); } 396 { return net::__to_mbuf(__data.data(), _Nm); } 513 { return net::buffer(_M_seq, _M_size); } 522 return buffer(net::buffer(_M_seq) + _M_size, __n); [all …]
|
A D | executor | 48 #include <experimental/bits/net.h> 55 namespace net 266 { return net::get_associated_executor(__t); } 271 -> decltype(net::make_work_guard( 274 return net::make_work_guard( 1321 auto __alloc = net::get_associated_allocator(_M_h); 1327 decltype(net::make_work_guard(_M_h)) _M_w; 1369 return net::dispatch(__ctx.get_executor(), 1404 return net::post(__ctx.get_executor(), 1439 return net::defer(__ctx.get_executor(), [all …]
|
A D | net | 1 // <experimental/net> -*- C++ -*- 25 /** @file experimental/net
|
A D | timer | 41 #include <experimental/bits/net.h> 48 namespace net 201 } // namespace net
|
A D | netfwd | 46 namespace net 122 } // namespace net
|
A D | socket | 39 #include <experimental/bits/net.h> 67 namespace net 83 } // namespace net 92 namespace net 352 auto __buf = net::buffer_sequence_begin(__buffers); 1636 auto __ex = net::get_associated_executor( 1743 auto __ex = net::get_associated_executor( 2517 return net::connect(__s, __first, __last, __c, 2583 return net::async_connect(__s, __endpoints, 2604 return net::async_connect(__s, __first, __last, [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/experimental/ |
A D | buffer | 43 #include <experimental/bits/net.h> 50 namespace net 261 auto __i = net::buffer_sequence_begin(__buffers); 272 auto __i = net::buffer_sequence_begin(__buffers); 289 auto __to_i = net::buffer_sequence_begin(__dest); 386 { return net::__to_mbuf(__data, _Nm); } 391 { return net::__to_cbuf(__data, _Nm); } 396 { return net::__to_mbuf(__data.data(), _Nm); } 513 { return net::buffer(_M_seq, _M_size); } 522 return buffer(net::buffer(_M_seq) + _M_size, __n); [all …]
|
A D | executor | 49 #include <experimental/bits/net.h> 56 namespace net 266 { return net::get_associated_executor(__t); } 271 -> decltype(net::make_work_guard( 274 return net::make_work_guard( 1348 auto __alloc = net::get_associated_allocator(_M_h); 1354 decltype(net::make_work_guard(_M_h)) _M_w; 1396 return net::dispatch(__ctx.get_executor(), 1431 return net::post(__ctx.get_executor(), 1466 return net::defer(__ctx.get_executor(), [all …]
|
A D | net | 1 // <experimental/net> -*- C++ -*- 25 /** @file experimental/net
|
A D | timer | 42 #include <experimental/bits/net.h> 49 namespace net 201 } // namespace net
|
A D | netfwd | 47 namespace net 125 } // namespace net
|
A D | socket | 40 #include <experimental/bits/net.h> 68 namespace net 83 } // namespace net 92 namespace net 326 auto __buf = net::buffer_sequence_begin(__buffers); 1627 auto __ex = net::get_associated_executor( 1734 auto __ex = net::get_associated_executor( 2518 return net::connect(__s, __first, __last, __c, 2584 return net::async_connect(__s, __endpoints, 2605 return net::async_connect(__s, __first, __last, [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/experimental/ |
A D | buffer | 43 #include <experimental/bits/net.h> 50 namespace net 261 auto __i = net::buffer_sequence_begin(__buffers); 272 auto __i = net::buffer_sequence_begin(__buffers); 289 auto __to_i = net::buffer_sequence_begin(__dest); 386 { return net::__to_mbuf(__data, _Nm); } 391 { return net::__to_cbuf(__data, _Nm); } 396 { return net::__to_mbuf(__data.data(), _Nm); } 513 { return net::buffer(_M_seq, _M_size); } 522 return buffer(net::buffer(_M_seq) + _M_size, __n); [all …]
|
A D | executor | 49 #include <experimental/bits/net.h> 56 namespace net 266 { return net::get_associated_executor(__t); } 271 -> decltype(net::make_work_guard( 274 return net::make_work_guard( 1321 auto __alloc = net::get_associated_allocator(_M_h); 1327 decltype(net::make_work_guard(_M_h)) _M_w; 1369 return net::dispatch(__ctx.get_executor(), 1404 return net::post(__ctx.get_executor(), 1439 return net::defer(__ctx.get_executor(), [all …]
|
A D | net | 1 // <experimental/net> -*- C++ -*- 25 /** @file experimental/net
|
A D | timer | 42 #include <experimental/bits/net.h> 49 namespace net 201 } // namespace net
|
A D | netfwd | 47 namespace net 125 } // namespace net
|
A D | socket | 40 #include <experimental/bits/net.h> 68 namespace net 83 } // namespace net 92 namespace net 352 auto __buf = net::buffer_sequence_begin(__buffers); 1650 auto __ex = net::get_associated_executor( 1757 auto __ex = net::get_associated_executor( 2538 return net::connect(__s, __first, __last, __c, 2604 return net::async_connect(__s, __endpoints, 2625 return net::async_connect(__s, __first, __last, [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/regex/ |
A D | LICENSE | 12 Received: from pop.gmx.net (localhost [127.0.0.1]) 16 Delivered-To: GMX delivery to ps.m@gmx.net 19 by mx0.gmx.net (mx085) with SMTP; 01 Mar 2006 20:23:46 +0100 22 for <ps.m@gmx.net>; Wed, 1 Mar 2006 14:23:45 -0500 (EST) 25 for ps.m@gmx.net; Wed, 1 Mar 2006 14:23:45 -0500 (EST) 69 > Peter S. Mazinger <ps dot m at gmx dot net> ID: 0xA5F059F2
|
/l4re-core-master/uclibc/lib/uclibc/ |
A D | target_headers.lst | 146 net/ethernet.h 147 net/if_arp.h 148 net/if.h 157 net/route.h
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/neteconet/ |
A D | ec.h | 28 unsigned char net; /* Network number. */ member
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ |
A D | MAINTAINERS | 136 W: http://linux-vax.sourceforge.net/ 149 E: chris@zankel.net
|