tag | line | file | source code |
---|---|---|---|
ifc | 707 | net/inet/dev.c | struct ifconf ifc; |
ifc | 715 | net/inet/dev.c | memcpy_fromfs(&ifc, arg, sizeof(struct ifconf)); |
ifc | 716 | net/inet/dev.c | len = ifc.ifc_len; |
ifc | 717 | net/inet/dev.c | pos = ifc.ifc_buf; |
ifc | 736 | net/inet/dev.c | ifc.ifc_len = (pos - ifc.ifc_buf); |
ifc | 737 | net/inet/dev.c | ifc.ifc_req = (struct ifreq *) ifc.ifc_buf; |
ifc | 738 | net/inet/dev.c | memcpy_tofs(arg, &ifc, sizeof(struct ifconf)); |