Searched refs:fcode (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dbsd_comp.c144 u_int32_t fcode; member in union:bsd_db::bsd_dict::__anon144
517 u_int32_t accm = 0, fcode; local
618 fcode = BSD_KEY(ent, c);
625 if (dictp->f.fcode == fcode) {
639 } while (dictp->f.fcode != fcode);
661 dictp->f.fcode = fcode;
731 u_int32_t fcode; local
1075 u_int32_t fcode; local
[all...]
H A Dbpf.c1579 struct bpf_insn *fcode, *old; local
1597 fcode = (struct bpf_insn *) _MALLOC(size, M_DEVBUF, M_WAIT);
1599 if (fcode == NULL)
1602 if (copyin(bf_insns, (caddr_t)fcode, size) == 0 &&
1603 bpf_validate(fcode, (int)flen)) {
1604 d->bd_filter = fcode;
1611 FREE((caddr_t)fcode, M_DEVBUF);

Completed in 24 milliseconds