Searched refs:PPPOE_ADD_16 (Results 1 – 1 of 1) sorted by relevance
/external/syslinux/core/lwip/src/netif/ppp/ |
D | ppp_oe.c | 88 #define PPPOE_ADD_16(PTR, VAL) \ macro 96 PPPOE_ADD_16(PTR, SESS); \ 97 PPPOE_ADD_16(PTR, LEN) 706 PPPOE_ADD_16(p, PPPOE_TAG_SNAME); in pppoe_send_padi() 709 PPPOE_ADD_16(p, l1); in pppoe_send_padi() 715 PPPOE_ADD_16(p, 0); in pppoe_send_padi() 719 PPPOE_ADD_16(p, PPPOE_TAG_ACNAME); in pppoe_send_padi() 720 PPPOE_ADD_16(p, l2); in pppoe_send_padi() 725 PPPOE_ADD_16(p, PPPOE_TAG_HUNIQUE); in pppoe_send_padi() 726 PPPOE_ADD_16(p, sizeof(sc)); in pppoe_send_padi() [all …]
|