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

  /src/usr.sbin/rbootd/
bpf.c 178 static struct bpf_insn bpf_insn[] = { local
190 sizeof(bpf_insn)/sizeof(bpf_insn[0]), bpf_insn
  /src/external/bsd/libpcap/dist/pcap/
bpf.h 120 struct bpf_insn *bf_insns;
246 struct bpf_insn { struct
273 PCAP_API u_int bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int);
276 PCAP_API int bpf_validate(const struct bpf_insn *f, int len);
279 PCAP_API char *bpf_image(const struct bpf_insn *, int);
  /src/external/mpl/dhcp/dist/common/
bpf.c 46 # define bpf_insn sock_filter /* Linux: dare to be gratuitously different. */ macro
180 struct bpf_insn dhcp_bpf_filter [] = {
211 struct bpf_insn dhcp_bpf_relay_filter [] = {
243 sizeof dhcp_bpf_relay_filter / sizeof (struct bpf_insn);
247 struct bpf_insn *bpf_fddi_filter = NULL;
250 int dhcp_bpf_filter_len = sizeof dhcp_bpf_filter / sizeof (struct bpf_insn);
252 struct bpf_insn dhcp_bpf_tr_filter [] = {
264 sizeof (struct bpf_insn));
  /src/usr.sbin/isibootd/
isibootd.c 349 static struct bpf_insn bpf_insn[] = { variable in typeref:struct:bpf_insn
356 sizeof(bpf_insn) / sizeof(bpf_insn[0]),
357 bpf_insn
  /src/external/bsd/dhcpcd/dist/src/
bpf.c 41 #define bpf_insn sock_filter macro
356 bpf_cmp_hwaddr(struct bpf_insn *bpf, size_t bpf_len, size_t off,
359 struct bpf_insn *bp;
441 static const struct bpf_insn bpf_arp_ether [] = {
464 static const struct bpf_insn bpf_arp_filter [] = {
493 struct bpf_insn buf[BPF_ARP_LEN + 1];
494 struct bpf_insn *bp;
572 static const struct bpf_insn bpf_bootp_none[] = {
577 static const struct bpf_insn bpf_bootp_ether[] = {
589 static const struct bpf_insn bpf_bootp_base[] =
    [all...]
  /src/external/gpl3/gdb/dist/sim/bpf/
bpf-sim.c 446 struct bpf_insn
477 decode (SIM_CPU *cpu, uint64_t pc, struct bpf_insn *insn)
487 memset (insn, 0, sizeof (struct bpf_insn));
614 execute (SIM_CPU *cpu, struct bpf_insn *insn)
1422 struct bpf_insn insn;
439 struct bpf_insn struct
  /src/external/gpl3/gdb.old/dist/sim/bpf/
bpf-sim.c 446 struct bpf_insn
477 decode (SIM_CPU *cpu, uint64_t pc, struct bpf_insn *insn)
487 memset (insn, 0, sizeof (struct bpf_insn));
614 execute (SIM_CPU *cpu, struct bpf_insn *insn)
1422 struct bpf_insn insn;
439 struct bpf_insn struct
  /src/external/bsd/ipf/bin/ipftest/
bpf-ipf.h 77 struct bpf_insn *bf_insns;
405 struct bpf_insn { struct
436 extern int bpf_validate(struct bpf_insn *, int);
437 extern u_int bpf_filter(struct bpf_insn *, u_char *, u_int, u_int);
  /src/external/gpl3/binutils/dist/gas/config/
tc-bpf.c 34 struct bpf_insn struct
898 encode_insn (struct bpf_insn *insn, char *bytes,
1025 install_insn_fixups (struct bpf_insn *insn, fragS *frag, long where)
1189 add_fixed_insn (struct bpf_insn *insn)
1207 add_relaxed_insn (struct bpf_insn *insn, expressionS *exp)
1467 struct bpf_insn insn;
1489 memset (&insn, 0, sizeof (struct bpf_insn));
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-bpf.c 34 struct bpf_insn struct
898 encode_insn (struct bpf_insn *insn, char *bytes,
1025 install_insn_fixups (struct bpf_insn *insn, fragS *frag, long where)
1189 add_fixed_insn (struct bpf_insn *insn)
1207 add_relaxed_insn (struct bpf_insn *insn, expressionS *exp)
1467 struct bpf_insn insn;
1489 memset (&insn, 0, sizeof (struct bpf_insn));
  /src/sys/net/
bpf.h 77 struct bpf_insn *bf_insns;
334 struct bpf_insn { struct
591 u_int bpf_filter_ext(const bpf_ctx_t *, const struct bpf_insn *, bpf_args_t *);
592 int bpf_validate_ext(const bpf_ctx_t *, const struct bpf_insn *, int);
599 int bpf_validate(const struct bpf_insn *, int);
600 u_int bpf_filter(const struct bpf_insn *, const u_char *, u_int, u_int);
602 u_int bpf_filter_with_aux_data(const struct bpf_insn *, const u_char *, u_int, u_int, const struct bpf_aux_data *);
611 char *bpf_image(const struct bpf_insn *, int);

Completed in 34 milliseconds