Searched refs:ebroadcast (Results 1 – 1 of 1) sorted by relevance
| /mOS-networking-stack/core/src/bpf/ |
| H A D | sf_gencode.c | 7040 static u_char ebroadcast[] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }; local 7053 return gen_ehostop(ebroadcast, Q_DST); 7055 return gen_fhostop(ebroadcast, Q_DST); 7057 return gen_thostop(ebroadcast, Q_DST); 7063 return gen_wlanhostop(ebroadcast, Q_DST); 7065 return gen_ipfchostop(ebroadcast, Q_DST); 7080 b0 = gen_ehostop(ebroadcast, Q_DST);
|