| tag | line | file | source code |
|---|---|---|---|
| ifc | 822 | net/inet/dev.c | struct ifconf ifc; |
| ifc | 836 | net/inet/dev.c | memcpy_fromfs(&ifc, arg, sizeof(struct ifconf)); |
| ifc | 837 | net/inet/dev.c | len = ifc.ifc_len; |
| ifc | 838 | net/inet/dev.c | pos = ifc.ifc_buf; |
| ifc | 882 | net/inet/dev.c | ifc.ifc_len = (pos - ifc.ifc_buf); |
| ifc | 883 | net/inet/dev.c | ifc.ifc_req = (struct ifreq *) ifc.ifc_buf; |
| ifc | 884 | net/inet/dev.c | memcpy_tofs(arg, &ifc, sizeof(struct ifconf)); |