Home
last modified time | relevance | path

Searched refs:req (Results 1 – 9 of 9) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/
A Dgetaddrinfo.c254 if (req->ai_protocol || req->ai_socktype) {
259 || (req->ai_socktype != 0 && req->ai_socktype != tp->socktype)
280 ai->ai_socktype = req->ai_socktype ? req->ai_socktype : SOCK_STREAM;
413 if (req->ai_protocol || req->ai_socktype) { in gaih_inet()
416 if ((req->ai_socktype == 0 || req->ai_socktype == tp->socktype) in gaih_inet()
448 if (req->ai_socktype != 0 && req->ai_socktype != tp->socktype) in gaih_inet()
477 } else if (req->ai_socktype || req->ai_protocol) { in gaih_inet()
527 if (req->ai_family != AF_UNSPEC && req->ai_family != AF_INET6) in gaih_inet()
564 if (req->ai_family == AF_UNSPEC || req->ai_family == AF_INET6) in gaih_inet()
602 if (req->ai_family == 0 || req->ai_family == AF_INET6) { in gaih_inet()
[all …]
A Difaddrs.c91 } req; in __netlink_sendreq() local
97 req.nlh.nlmsg_len = sizeof (req); in __netlink_sendreq()
98 req.nlh.nlmsg_type = type; in __netlink_sendreq()
99 req.nlh.nlmsg_flags = NLM_F_ROOT | NLM_F_MATCH | NLM_F_REQUEST; in __netlink_sendreq()
100 req.nlh.nlmsg_pid = 0; in __netlink_sendreq()
101 req.nlh.nlmsg_seq = h->seq; in __netlink_sendreq()
102 req.g.rtgen_family = AF_UNSPEC; in __netlink_sendreq()
107 return TEMP_FAILURE_RETRY (sendto (h->fd, (void *) &req, sizeof (req), 0, in __netlink_sendreq()
/l4re-core-master/libc_backends/lib/l4re/lib/
A Dnanosleep.c21 int nanosleep(const struct timespec *req, struct timespec *rem) in nanosleep() argument
26 if (req == NULL) in nanosleep()
32 if (req->tv_nsec < 0 || req->tv_nsec > 999999999 || req->tv_sec < 0) in nanosleep()
38 milis = (req->tv_sec * 1000) + (req->tv_nsec / 1000000); in nanosleep()
/l4re-core-master/uclibc/lib/contrib/uclibc/librt/
A Dclock_nanosleep.c30 clock_nanosleep (clockid_t clock_id, int flags, const struct timespec *req, in clock_nanosleep() argument
42 r = INTERNAL_SYSCALL (clock_nanosleep, err, 4, clock_id, flags, req, rem); in clock_nanosleep()
47 r = INTERNAL_SYSCALL (clock_nanosleep, err, 4, clock_id, flags, req, in clock_nanosleep()
80 syscall_clockid, flags, req, rem); \
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/
A Dnanosleep.c15 static _syscall2(int, __NC(nanosleep), const struct timespec *, req,
19 (const struct timespec *req, struct timespec *rem),
20 (req, rem))
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/malloc-standard/
A Dmalloc.h500 #define REQUEST_OUT_OF_RANGE(req) \ argument
501 ((unsigned long)(req) >= \
506 #define request2size(req) \ argument
507 (((req) + (sizeof(size_t)) + MALLOC_ALIGN_MASK < MINSIZE) ? \
509 ((req) + (sizeof(size_t)) + MALLOC_ALIGN_MASK) & ~MALLOC_ALIGN_MASK)
513 #define checked_request2size(req, sz) \ argument
514 if (REQUEST_OUT_OF_RANGE(req)) { \
518 (sz) = request2size(req);
/l4re-core-master/uclibc/lib/uclibc/ARCH-all/libc/stdlib/malloc-standard/
A Dmalloc.h511 #define REQUEST_OUT_OF_RANGE(req) \ argument
512 ((unsigned long)(req) >= \
517 #define request2size(req) \ argument
518 (((req) + (sizeof(size_t)) + MALLOC_ALIGN_MASK < MINSIZE) ? \
520 ((req) + (sizeof(size_t)) + MALLOC_ALIGN_MASK) & ~MALLOC_ALIGN_MASK)
524 #define checked_request2size(req, sz) \ argument
525 if (REQUEST_OUT_OF_RANGE(req)) { \
529 (sz) = request2size(req);
/l4re-core-master/uclibc/lib/contrib/uclibc/include/net/
A Dif_arp.h173 unsigned short int req; /* Request type. */ member
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/
A Dranges61 // [range.req] range and view concepts

Completed in 20 milliseconds