blob: 51034d84e44282f65d126c86f3ef4a12ff11dcce [file] [edit]
header: net/if.h
standards:
- posix
macros:
- macro_name: IF_NAMESIZE
macro_header: net-if-macros.h
types:
- type_name: struct_ifreq
enums: []
objects: []
functions:
- name: if_indextoname
standards:
- posix
return_type: char *
arguments:
- type: unsigned int
- type: char *
- name: if_nametoindex
standards:
- posix
return_type: unsigned int
arguments:
- type: const char *