HomeSort by: relevance | last modified time | path
    Searched defs:merr (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/net/
bpf_filter.c 271 int merr; local in function:bpf_filter_ext
275 A = xword(args->pkt, k, &merr);
276 if (merr != 0)
291 int merr; local in function:bpf_filter_ext
295 A = xhalf(args->pkt, k, &merr);
296 if (merr != 0)
310 int merr; local in function:bpf_filter_ext
314 A = xbyte(args->pkt, k, &merr);
315 if (merr != 0)
338 int merr; local in function:bpf_filter_ext
358 int merr; local in function:bpf_filter_ext
377 int merr; local in function:bpf_filter_ext
396 int merr; local in function:bpf_filter_ext
    [all...]
bpf_filter.c 271 int merr; local in function:bpf_filter_ext
275 A = xword(args->pkt, k, &merr);
276 if (merr != 0)
291 int merr; local in function:bpf_filter_ext
295 A = xhalf(args->pkt, k, &merr);
296 if (merr != 0)
310 int merr; local in function:bpf_filter_ext
314 A = xbyte(args->pkt, k, &merr);
315 if (merr != 0)
338 int merr; local in function:bpf_filter_ext
358 int merr; local in function:bpf_filter_ext
377 int merr; local in function:bpf_filter_ext
396 int merr; local in function:bpf_filter_ext
    [all...]
  /src/sys/netinet6/
frag6.c 348 struct mbuf *merr = af6->ip6af_m; local in function:frag6_input
357 ip6err = mtod(merr, struct ip6_hdr *);
366 icmp6_error(merr, ICMP6_PARAM_PROB,
frag6.c 348 struct mbuf *merr = af6->ip6af_m; local in function:frag6_input
357 ip6err = mtod(merr, struct ip6_hdr *);
366 icmp6_error(merr, ICMP6_PARAM_PROB,

Completed in 29 milliseconds