Searched refs:prefix_new (Results 1 - 15 of 15) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/lib/
H A Dprefix.h167 extern struct prefix *prefix_new (void);
H A Dif.c769 ifc->address = prefix_new();
775 ifc->destination = prefix_new();
H A Dprefix.c391 /* Call prefix_new to allocate a full-size struct prefix to avoid problems
394 p = (struct prefix_ipv4 *)prefix_new();
508 p = (struct prefix_ipv6 *)prefix_new();
774 prefix_new () function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/lib/
H A Dprefix.h167 extern struct prefix *prefix_new (void);
H A Dif.c769 ifc->address = prefix_new();
775 ifc->destination = prefix_new();
H A Dprefix.c391 /* Call prefix_new to allocate a full-size struct prefix to avoid problems
394 p = (struct prefix_ipv4 *)prefix_new();
508 p = (struct prefix_ipv6 *)prefix_new();
774 prefix_new () function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/lib/
H A Dprefix.h167 extern struct prefix *prefix_new (void);
H A Dif.c769 ifc->address = prefix_new();
775 ifc->destination = prefix_new();
H A Dprefix.c391 /* Call prefix_new to allocate a full-size struct prefix to avoid problems
394 p = (struct prefix_ipv4 *)prefix_new();
508 p = (struct prefix_ipv6 *)prefix_new();
774 prefix_new () function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/pimd/
H A Dpim_tlv.c701 p = prefix_new();
703 zlog_err("%s %s: failure: prefix_new()",
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/pimd/
H A Dpim_tlv.c701 p = prefix_new();
703 zlog_err("%s %s: failure: prefix_new()",
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/pimd/
H A Dpim_tlv.c701 p = prefix_new();
703 zlog_err("%s %s: failure: prefix_new()",
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/bgpd/
H A Dbgp_route.c9064 p = prefix_new();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/bgpd/
H A Dbgp_route.c9064 p = prefix_new();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/bgpd/
H A Dbgp_route.c9064 p = prefix_new();

Completed in 487 milliseconds