Searched refs:POECODE_DATA (Results 1 – 4 of 4) sorted by relevance
67 #define POECODE_DATA 0x00 /* Data packet (uses other Ethertype) */ macro
301 { POECODE_DATA, "Data" },
197 case POECODE_DATA: in pppoe_codetoname()
940 poep->poep_code = POECODE_DATA; in sppptun_outpkt()2101 isdata = (poep->poep_code == POECODE_DATA); in sppptun_recv()