Searched refs:eaddr (Results 1 - 3 of 3) sorted by relevance

/external/libpcap/
H A Dgencode.c3891 gen_ehostop(compiler_state_t *cstate, const u_char *eaddr, int dir) argument
3897 return gen_bcmp(cstate, OR_LINKHDR, 6, 6, eaddr);
3900 return gen_bcmp(cstate, OR_LINKHDR, 0, 6, eaddr);
3903 b0 = gen_ehostop(cstate, eaddr, Q_SRC);
3904 b1 = gen_ehostop(cstate, eaddr, Q_DST);
3910 b0 = gen_ehostop(cstate, eaddr, Q_SRC);
3911 b1 = gen_ehostop(cstate, eaddr, Q_DST);
3947 gen_fhostop(compiler_state_t *cstate, const u_char *eaddr, int dir) argument
3953 return gen_bcmp(cstate, OR_LINKHDR, 6 + 1 + cstate->pcap_fddipad, 6, eaddr);
3956 return gen_bcmp(cstate, OR_LINKHDR, 0 + 1 + cstate->pcap_fddipad, 6, eaddr);
4003 gen_thostop(compiler_state_t *cstate, const u_char *eaddr, int dir) argument
4060 gen_wlanhostop(compiler_state_t *cstate, const u_char *eaddr, int dir) argument
4484 gen_ipfchostop(compiler_state_t *cstate, const u_char *eaddr, int dir) argument
6200 u_char *eaddr; local
6718 gen_ecode(compiler_state_t *cstate, const u_char *eaddr, struct qual q) argument
7872 gen_acode(compiler_state_t *cstate, const u_char *eaddr, struct qual q) argument
7897 gen_ahostop(compiler_state_t *cstate, const u_char *eaddr, int dir) argument
[all...]
/external/iproute2/ip/
H A Diplink_bridge.c76 char eaddr[32]; local
78 ether_ntoa_r((const struct ether_addr *)id->addr, eaddr);
79 snprintf(buf, len, "%.2x%.2x.%s", id->prio[0], id->prio[1], eaddr);
/external/google-breakpad/src/third_party/libdisasm/swig/
H A Dlibdisasm.i27 %rename(eaddr) x86_ea_t;

Completed in 118 milliseconds