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

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-llc.c405 oui_to_struct_tok(uint32_t orgcode) argument
411 if (otp->oui == orgcode) {
424 uint32_t orgcode; local
431 orgcode = EXTRACT_24BITS(p);
441 tok2str(oui_values, "Unknown", orgcode),
442 orgcode,
443 (orgcode == 0x000000 ? "ethertype" : "pid"),
444 tok2str(oui_to_struct_tok(orgcode), "Unknown", et),
451 switch (orgcode) {
589 if (orgcode
[all...]
/freebsd-13-stable/contrib/libpcap/
H A Dgencode.c3657 gen_snap(compiler_state_t *cstate, bpf_u_int32 orgcode, bpf_u_int32 ptype) argument
3664 snapblock[3] = (u_char)(orgcode >> 16); /* upper 8 bits of organization code */
3665 snapblock[4] = (u_char)(orgcode >> 8); /* middle 8 bits of organization code */
3666 snapblock[5] = (u_char)(orgcode >> 0); /* lower 8 bits of organization code */

Completed in 95 milliseconds