| add_entrypoint_object( |
| htonl |
| SRCS |
| htonl.cpp |
| HDRS |
| htonl.h |
| DEPENDS |
| libc.hdr.stdint_proxy |
| libc.include.arpa_inet |
| libc.src.__support.common |
| ) |
| |
| add_entrypoint_object( |
| htons |
| SRCS |
| htons.cpp |
| HDRS |
| htons.h |
| DEPENDS |
| libc.hdr.stdint_proxy |
| libc.include.arpa_inet |
| libc.src.__support.common |
| ) |
| |
| add_entrypoint_object( |
| ntohl |
| SRCS |
| ntohl.cpp |
| HDRS |
| ntohl.h |
| DEPENDS |
| libc.hdr.stdint_proxy |
| libc.include.arpa_inet |
| libc.src.__support.common |
| ) |
| |
| add_entrypoint_object( |
| ntohs |
| SRCS |
| ntohs.cpp |
| HDRS |
| ntohs.h |
| DEPENDS |
| libc.hdr.stdint_proxy |
| libc.include.arpa_inet |
| libc.src.__support.common |
| ) |