File: socket_getifname.3

package info (click to toggle)
libowfat 0.22-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,148 kB
  • ctags: 976
  • sloc: ansic: 10,424; makefile: 42
file content (17 lines) | stat: -rw-r--r-- 560 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.TH socket_getifname 3
.SH NAME
socket_getifname \- get interface name
.SH SYNTAX
.B #include <socket.h>

const char* \fBsocket_getifname\fP(uint32 \fIinterface\fR);
.SH DESCRIPTION
socket_getifname returns the symbolic interface name for a network
interface number.  The returned char* is a static buffer in the libc.
If you query the named for more than one interface, you have to save the
name before calling \fBsocket_getifidx\fR again.

If something goes wrong, socket_getifname returns "[unknown]".

.SH "SEE ALSO"
socket_getifidx(3), socket_connect6(3)