#include <stdio.h>
#include <errno.h>
#include <syscall.h>
Go to the source code of this file.
|
int | main (int argc, const char *argv[]) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
const char * |
argv[] |
|
) |
| |
Definition at line 7 of file ifconfig.c.
8{
9 int i;
12
13 printf(
"Network Status\n");
14
15 for (i = 0; i < 32; i++) {
18 continue;
19
21 printf(
" ether %02x:%02x:%02x:%02x:%02x:%02x\n",
24 }
25
26 return 0;
27}
int OSNICStat(uint64_t nicNo, NIC *nic)
int printf(const char *fmt,...)