Home
last modified time | relevance | path

Searched refs:gen_multicast (Results 1 – 4 of 4) sorted by relevance

/external/libpcap/
Dgencode.h310 struct block *gen_multicast(int);
Dgrammar.y499 | pqual TK_MULTICAST { $$ = gen_multicast($1); }
Dgrammar.c3005 { (yyval.rblk) = gen_multicast((yyvsp[(1) - (2)].i)); }
Dgencode.c7244 gen_multicast(proto) in gen_multicast() function