blob: 6e0629072b6ef1252dfd7e750f348f802b5bd8ea [file] [log] [blame] [edit]
header: arpa/inet.h
header_template: inet.h.def
macros: []
types:
- type_name: 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_aton
standards:
- llvm_libc_ext
return_type: int
arguments:
- type: const char *
- type: 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