Searched refs:POECODE_PADI (Results 1 – 7 of 7) sorted by relevance
69 #define POECODE_PADI 0x09 /* Active Discovery Initiation (bcast) */ macro
325 if (poep->poep_code == POECODE_PADI) { in handle_input()345 if (retv <= 0 && poep->poep_code == POECODE_PADI) { in handle_input()
303 { POECODE_PADI, "Active Discovery Initiation" },
622 poep = poe_mkheader(pkt_output, POECODE_PADI, 0); in send_padi()
1898 ispadi = poep->poep_code == POECODE_PADI; in locate_service()
206 case POECODE_PADI: in pppoe_codetoname()
2106 if (i == POECODE_PADI || i == POECODE_PADR) { in sppptun_recv()