Lines Matching defs:bundle
73 #include "bundle.h"
100 arp_ProxySub(struct bundle *bundle, struct in_addr addr, int add)
124 arpmsg.hdr.rtm_seq = ++bundle->routing_seq;
147 arp_SetProxy(struct bundle *bundle, struct in_addr addr)
149 return (arp_ProxySub(bundle, addr, 1));
156 arp_ClearProxy(struct bundle *bundle, struct in_addr addr)
158 return (arp_ProxySub(bundle, addr, 0));
167 arp_SetProxy(struct bundle *bundle, struct in_addr addr, int s)
204 arp_ClearProxy(struct bundle *bundle, struct in_addr addr, int s)