| header: arpa/inet.h |
| standards: |
| - posix |
| macros: |
| - macro_name: INET_ADDRSTRLEN |
| macro_header: inet-address-macros.h |
| - macro_name: INET6_ADDRSTRLEN |
| macro_header: inet-address-macros.h |
| types: |
| - type_name: in_addr_t |
| - type_name: struct_in_addr |
| enums: [] |
| objects: [] |
| functions: |
| - name: htonl |
| standards: |
| - posix |
| return_type: uint32_t |
| arguments: |
| - type: uint32_t |
| - name: htons |
| standards: |
| - posix |
| return_type: uint16_t |
| arguments: |
| - type: uint16_t |
| - name: inet_addr |
| standards: |
| - posix |
| return_type: in_addr_t |
| arguments: |
| - type: const char * |
| - name: inet_aton |
| standards: |
| - llvm_libc_ext |
| return_type: int |
| arguments: |
| - type: const char * |
| - type: struct in_addr * |
| - name: ntohl |
| standards: |
| - posix |
| return_type: uint32_t |
| arguments: |
| - type: uint32_t |
| - name: ntohs |
| standards: |
| - posix |
| return_type: uint16_t |
| arguments: |
| - type: uint16_t |