Searched refs:msrc (Results 1 - 6 of 6) sorted by relevance

/external/iproute2/ip/
H A Dipmroute.c50 inet_prefix msrc; member in struct:rtfilter
94 inet_prefix maddr, msrc; local
104 maddr.data, msrc.data, &vifi,
115 if (filter.msrc.family && inet_addr_match(&msrc, &filter.msrc, filter.msrc.bitlen))
119 format_host(AF_INET, 4, &msrc.data[0], sbuf, sizeof(sbuf)),
175 get_prefix(&filter.msrc, *argv, AF_INET);
H A Diproute.c114 inet_prefix msrc; member in struct:__anon22390
179 if (filter.msrc.family &&
180 (r->rtm_family != filter.msrc.family ||
181 (filter.msrc.bitlen >= 0 && filter.msrc.bitlen < r->rtm_src_len)))
192 if (filter.rsrc.family || filter.msrc.family) {
219 if (filter.msrc.family && filter.msrc.bitlen >= 0 &&
220 inet_addr_match(&src, &filter.msrc, r->rtm_src_len))
1214 get_prefix(&filter.msrc, *arg
[all...]
/external/qemu/slirp/
H A Dip_icmp.c194 * Send ICMP_UNREACH back to the source regarding msrc.
195 * mbuf *msrc is used as a template, but is NOT m_free()'d.
204 icmp_error(struct mbuf *msrc, u_char type, u_char code, int minsize, argument
213 DEBUG_ARG("msrc = %lx", (long )msrc);
214 DEBUG_ARG("msrc_len = %d", msrc->m_len);
218 /* check msrc */
219 if(!msrc) goto end_error;
220 ip = mtod(msrc, struct ip *);
244 new_m_size=sizeof(struct ip )+ICMP_MINLEN+msrc
[all...]
H A Dip_icmp.h157 void icmp_error(struct mbuf *msrc, u_char type, u_char code, int minsize,
/external/qemu/slirp-android/
H A Dip_icmp.c196 * Send ICMP_UNREACH back to the source regarding msrc.
197 * mbuf *msrc is used as a template, but is NOT m_free()'d.
206 icmp_error(struct mbuf *msrc, u_char type, u_char code, int minsize, argument
215 DEBUG_ARG("msrc = %lx", (long )msrc);
216 DEBUG_ARG("msrc_len = %d", msrc->m_len);
220 /* check msrc */
221 if(!msrc) goto end_error;
222 ip = mtod(msrc, struct ip *);
246 new_m_size=sizeof(struct ip )+ICMP_MINLEN+msrc
[all...]
H A Dip_icmp.h159 void icmp_error(struct mbuf *msrc, u_char type, u_char code, int minsize,

Completed in 155 milliseconds