Searched refs:host_len (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/ip/
H A Diprule.c50 int host_len = -1; local
66 host_len = 32;
68 host_len = 128;
70 host_len = 16;
72 host_len = 80;
80 if (r->rtm_src_len != host_len) {
101 if (r->rtm_dst_len != host_len) {
H A Diproute.c116 int host_len = -1; local
134 host_len = 128;
136 host_len = 32;
138 host_len = 16;
140 host_len = 80;
210 memcpy(&via.data, RTA_DATA(tb[RTA_GATEWAY]), host_len);
216 memcpy(&prefsrc.data, RTA_DATA(tb[RTA_PREFSRC]), host_len);
287 if (r->rtm_dst_len != host_len) {
307 if (r->rtm_src_len != host_len) {
328 if (tb[RTA_GATEWAY] && filter.rvia.bitlen != host_len) {
[all...]

Completed in 36 milliseconds