Home
last modified time | relevance | path

Searched refs:CMSG_FIRSTHDR (Results 1 – 4 of 4) sorted by relevance

/device/soc/esp/esp32/components/esp_lwip/port/include/lwip/
Dsockets.h159 #define CMSG_FIRSTHDR(mhdr) \ macro
165 (((cmsg) == NULL) ? CMSG_FIRSTHDR(mhdr) : \
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/
Dsocket.h363 #define CMSG_FIRSTHDR(mhdr) ((size_t) (mhdr)->msg_controllen >= sizeof (struct cmsghdr) ? (struct c… macro
/device/soc/beken/bk7235/liteos_m/third_party_adapter/lwip_intf_v2_1/lwip-2.1.2/port/
Dsockets.c1196 struct cmsghdr *chdr = CMSG_FIRSTHDR(msg); /* This will always return a header!! */ in lwip_recvfrom_udp_raw()
/device/soc/esp/esp32/components/esp_lwip/lwip/src/api/
Dsockets.c1227 struct cmsghdr *chdr = CMSG_FIRSTHDR(msg); /* This will always return a header!! */ in lwip_recvfrom_udp_raw()