| header: net/if.h |
| standards: |
| - posix |
| macros: |
| - macro_name: IF_NAMESIZE |
| macro_header: net-if-macros.h |
| types: |
| - type_name: struct_ifreq |
| - type_name: struct_if_nameindex |
| enums: [] |
| objects: [] |
| functions: |
| - name: if_freenameindex |
| standards: |
| - posix |
| return_type: void |
| arguments: |
| - type: struct if_nameindex * |
| - name: if_indextoname |
| standards: |
| - posix |
| return_type: char * |
| arguments: |
| - type: unsigned int |
| - type: char * |
| - name: if_nameindex |
| standards: |
| - posix |
| return_type: struct if_nameindex * |
| arguments: [] |
| - name: if_nametoindex |
| standards: |
| - posix |
| return_type: unsigned int |
| arguments: |
| - type: const char * |