Searched refs:dst_len (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/include/net/ |
D | ip6_fw.h | 21 int dst_len; member
|
D | ip6_fib.h | 162 struct in6_addr *daddr, int dst_len,
|
D | ip_fib.h | 218 u8 tb_id, u8 type, u8 scope, void *dst, int dst_len, u8 tos,
|
/linux-2.4.37.9/net/ipv4/ |
D | fib_frontend.c | 417 static void fib_magic(int cmd, int type, u32 dst, int dst_len, struct in_ifaddr *ifa) in fib_magic() argument 443 req.rtm.rtm_dst_len = dst_len; in fib_magic()
|
D | fib_semantics.c | 645 u8 tb_id, u8 type, u8 scope, void *dst, int dst_len, u8 tos, in fib_dump_info() argument 655 rtm->rtm_dst_len = dst_len; in fib_dump_info()
|
/linux-2.4.37.9/net/ipv6/ |
D | ip6_fw.c | 292 rtmsg.rtmsg_dst_len = msg->dst_len; in ip6_fw_msg_add()
|
D | ip6_fib.c | 738 struct in6_addr *daddr, int dst_len, in fib6_locate() argument 744 fn = fib6_locate_1(root, daddr, dst_len, in fib6_locate()
|
/linux-2.4.37.9/net/decnet/ |
D | dn_table.c | 271 u8 tb_id, u8 type, u8 scope, void *dst, int dst_len, in dn_fib_dump_info() argument 281 rtm->rtm_dst_len = dst_len; in dn_fib_dump_info()
|