tag | line | file | source code |
---|---|---|---|
metric | 902 | net/inet/dev.c | ifr.ifr_metric = dev->metric; |
metric | 907 | net/inet/dev.c | dev->metric = ifr.ifr_metric; |
metric | 97 | net/inet/dev.h | unsigned short metric; /* routing metric (not used) */ |
metric | 834 | net/socket/dev.c | ifr.ifr_metric = dev->metric; |
metric | 839 | net/socket/dev.c | dev->metric = ifr.ifr_metric; |
metric | 97 | net/socket/dev.h | unsigned short metric; /* routing metric (not used) */ |