Searched refs:__cmsg (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | socket.h | 306 struct cmsghdr *__cmsg) __THROW; 312 __NTH (__cmsg_nxthdr (struct msghdr *__mhdr, struct cmsghdr *__cmsg)) in __NTH() argument 314 if ((size_t) __cmsg->cmsg_len < sizeof (struct cmsghdr)) in __NTH() 318 __cmsg = (struct cmsghdr *) ((unsigned char *) __cmsg in __NTH() 319 + CMSG_ALIGN (__cmsg->cmsg_len)); in __NTH() 320 if ((unsigned char *) (__cmsg + 1) > ((unsigned char *) __mhdr->msg_control in __NTH() 322 || ((unsigned char *) __cmsg + CMSG_ALIGN (__cmsg->cmsg_len) in __NTH() 326 return __cmsg; in __NTH()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | socket.h | 306 struct cmsghdr *__cmsg) __THROW; 312 __NTH (__cmsg_nxthdr (struct msghdr *__mhdr, struct cmsghdr *__cmsg)) in __NTH() argument 314 if ((size_t) __cmsg->cmsg_len < sizeof (struct cmsghdr)) in __NTH() 318 __cmsg = (struct cmsghdr *) ((unsigned char *) __cmsg in __NTH() 319 + CMSG_ALIGN (__cmsg->cmsg_len)); in __NTH() 320 if ((unsigned char *) (__cmsg + 1) > ((unsigned char *) __mhdr->msg_control in __NTH() 322 || ((unsigned char *) __cmsg + CMSG_ALIGN (__cmsg->cmsg_len) in __NTH() 326 return __cmsg; in __NTH()
|
| /OK3568_Linux_fs/kernel/tools/perf/trace/beauty/include/linux/ |
| H A D | socket.h | 142 struct cmsghdr *__cmsg) in __cmsg_nxthdr() 146 __ptr = (struct cmsghdr*)(((unsigned char *) __cmsg) + CMSG_ALIGN(__cmsg->cmsg_len)); in __cmsg_nxthdr() 153 static inline struct cmsghdr * cmsg_nxthdr (struct msghdr *__msg, struct cmsghdr *__cmsg) in cmsg_nxthdr() argument 155 return __cmsg_nxthdr(__msg->msg_control, __msg->msg_controllen, __cmsg); in cmsg_nxthdr()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | socket.h | 142 struct cmsghdr *__cmsg) in __cmsg_nxthdr() 146 __ptr = (struct cmsghdr*)(((unsigned char *) __cmsg) + CMSG_ALIGN(__cmsg->cmsg_len)); in __cmsg_nxthdr() 153 static inline struct cmsghdr * cmsg_nxthdr (struct msghdr *__msg, struct cmsghdr *__cmsg) in cmsg_nxthdr() argument 155 return __cmsg_nxthdr(__msg->msg_control, __msg->msg_controllen, __cmsg); in cmsg_nxthdr()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/netinet/ |
| H A D | in.h | 560 extern int inet6_option_append (struct cmsghdr *__cmsg, 563 extern uint8_t *inet6_option_alloc (struct cmsghdr *__cmsg, int __datalen, 566 extern int inet6_option_next (const struct cmsghdr *__cmsg, 569 extern int inet6_option_find (const struct cmsghdr *__cmsg,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/netinet/ |
| H A D | in.h | 560 extern int inet6_option_append (struct cmsghdr *__cmsg, 563 extern uint8_t *inet6_option_alloc (struct cmsghdr *__cmsg, int __datalen, 566 extern int inet6_option_next (const struct cmsghdr *__cmsg, 569 extern int inet6_option_find (const struct cmsghdr *__cmsg,
|