xref: /llvm-project/libc/include/arpa/inet.yaml (revision 6ad0dcf67f5dccdf8506ce5f51d793062a1c6879)
1header: arpa/inet.h
2header_template: inet.h.def
3macros: []
4types: []
5enums: []
6objects: []
7functions:
8  - name: htonl
9    standards:
10      - POSIX
11    return_type: uint32_t
12    arguments:
13      - type: uint32_t
14  - name: htons
15    standards:
16      - POSIX
17    return_type: uint16_t
18    arguments:
19      - type: uint16_t
20  - name: ntohl
21    standards:
22      - POSIX
23    return_type: uint32_t
24    arguments:
25      - type: uint32_t
26  - name: ntohs
27    standards:
28      - POSIX
29    return_type: uint16_t
30    arguments:
31      - type: uint16_t
32