Home
last modified time | relevance | path

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

/external/libpcap/
Dgencode.h291 struct block *gen_multicast(int);
Dgrammar.y378 | pqual TK_MULTICAST { $$ = gen_multicast($1); }
Dgrammar.c2303 { (yyval.rblk) = gen_multicast((yyvsp[-1].i)); }
Dgencode.c6151 gen_multicast(proto) in gen_multicast() function