Home | History | Annotate | Download | only in libpcap

Lines Matching refs:eaddr

2830 gen_ehostop(eaddr, dir)
2831 register const u_char *eaddr;
2838 return gen_bcmp(OR_LINK, off_mac + 6, 6, eaddr);
2841 return gen_bcmp(OR_LINK, off_mac + 0, 6, eaddr);
2844 b0 = gen_ehostop(eaddr, Q_SRC);
2845 b1 = gen_ehostop(eaddr, Q_DST);
2851 b0 = gen_ehostop(eaddr, Q_SRC);
2852 b1 = gen_ehostop(eaddr, Q_DST);
2864 gen_fhostop(eaddr, dir)
2865 register const u_char *eaddr;
2873 return gen_bcmp(OR_LINK, 6 + 1 + pcap_fddipad, 6, eaddr);
2875 return gen_bcmp(OR_LINK, 6 + 1, 6, eaddr);
2880 return gen_bcmp(OR_LINK, 0 + 1 + pcap_fddipad, 6, eaddr);
2882 return gen_bcmp(OR_LINK, 0 + 1, 6, eaddr);
2886 b0 = gen_fhostop(eaddr, Q_SRC);
2887 b1 = gen_fhostop(eaddr, Q_DST);
2893 b0 = gen_fhostop(eaddr, Q_SRC);
2894 b1 = gen_fhostop(eaddr, Q_DST);
2906 gen_thostop(eaddr, dir)
2907 register const u_char *eaddr;
2914 return gen_bcmp(OR_LINK, 8, 6, eaddr);
2917 return gen_bcmp(OR_LINK, 2, 6, eaddr);
2920 b0 = gen_thostop(eaddr, Q_SRC);
2921 b1 = gen_thostop(eaddr, Q_DST);
2927 b0 = gen_thostop(eaddr, Q_SRC);
2928 b1 = gen_thostop(eaddr, Q_DST);
2940 gen_wlanhostop(eaddr, dir)
2941 register const u_char *eaddr;
2982 b0 = gen_bcmp(OR_LINK, 24, 6, eaddr);
2998 b1 = gen_bcmp(OR_LINK, 16, 6, eaddr);
3030 b1 = gen_bcmp(OR_LINK, 10, 6, eaddr);
3068 b1 = gen_bcmp(OR_LINK, 10, 6, eaddr);
3129 b0 = gen_bcmp(OR_LINK, 16, 6, eaddr);
3145 b1 = gen_bcmp(OR_LINK, 4, 6, eaddr);
3182 b1 = gen_bcmp(OR_LINK, 4, 6, eaddr);
3214 b0 = gen_wlanhostop(eaddr, Q_SRC);
3215 b1 = gen_wlanhostop(eaddr, Q_DST);
3221 b0 = gen_wlanhostop(eaddr, Q_SRC);
3222 b1 = gen_wlanhostop(eaddr, Q_DST);
3236 gen_ipfchostop(eaddr, dir)
3237 register const u_char *eaddr;
3244 return gen_bcmp(OR_LINK, 10, 6, eaddr);
3247 return gen_bcmp(OR_LINK, 2, 6, eaddr);
3250 b0 = gen_ipfchostop(eaddr, Q_SRC);
3251 b1 = gen_ipfchostop(eaddr, Q_DST);
3257 b0 = gen_ipfchostop(eaddr, Q_SRC);
3258 b1 = gen_ipfchostop(eaddr, Q_DST);
3639 gen_gateway(eaddr, alist, proto, dir)
3640 const u_char *eaddr;
3657 b0 = gen_ehostop(eaddr, Q_OR);
3660 b0 = gen_fhostop(eaddr, Q_OR);
3663 b0 = gen_thostop(eaddr, Q_OR);
3670 b0 = gen_wlanhostop(eaddr, Q_OR);
3686 b0 = gen_ehostop(eaddr, Q_OR);
3691 b0 = gen_ipfchostop(eaddr, Q_OR);
4960 u_char *eaddr;
4995 eaddr = pcap_ether_hostton(name);
4996 if (eaddr == NULL)
4999 b = gen_ehostop(eaddr, dir);
5000 free(eaddr);
5004 eaddr = pcap_ether_hostton(name);
5005 if (eaddr == NULL)
5008 b = gen_fhostop(eaddr, dir);
5009 free(eaddr);
5013 eaddr = pcap_ether_hostton(name);
5014 if (eaddr == NULL)
5017 b = gen_thostop(eaddr, dir);
5018 free(eaddr);
5026 eaddr = pcap_ether_hostton(name);
5027 if (eaddr == NULL)
5030 b = gen_wlanhostop(eaddr, dir);
5031 free(eaddr);
5035 eaddr = pcap_ether_hostton(name);
5036 if (eaddr == NULL)
5039 b = gen_ipfchostop(eaddr, dir);
5040 free(eaddr);
5056 eaddr = pcap_ether_hostton(name);
5057 if (eaddr == NULL)
5060 b = gen_ehostop(eaddr, dir);
5062 free(eaddr);
5225 eaddr = pcap_ether_hostton(name);
5226 if (eaddr == NULL)
5232 b = gen_gateway(eaddr, alist, proto, dir);
5233 free(eaddr);
5483 gen_ecode(eaddr, q)
5484 register const u_char *eaddr;
5492 return gen_ehostop(eaddr, (int)q.dir);
5494 return gen_fhostop(eaddr, (int)q.dir);
5496 return gen_thostop(eaddr, (int)q.dir);
5502 return gen_wlanhostop(eaddr, (int)q.dir);
5517 b = gen_ehostop(eaddr, (int)q.dir);
5523 return gen_ipfchostop(eaddr, (int)q.dir);
6599 gen_acode(eaddr, q)
6600 register const u_char *eaddr;
6605 return gen_ahostop(eaddr, (int)q.dir);
6613 gen_ahostop(eaddr, dir)
6614 register const u_char *eaddr;
6622 return gen_bcmp(OR_LINK, 0, 1, eaddr);
6625 return gen_bcmp(OR_LINK, 1, 1, eaddr);
6628 b0 = gen_ahostop(eaddr, Q_SRC);
6629 b1 = gen_ahostop(eaddr, Q_DST);
6635 b0 = gen_ahostop(eaddr, Q_SRC);
6636 b1 = gen_ahostop(eaddr, Q_DST);