Home
last modified time | relevance | path

Searched refs:PX_PROTO_OE (Results 1 – 2 of 2) sorted by relevance

/external/ppp/pppd/plugins/rp-pppoe/
Dplugin.c140 conn->sessionSocket = socket(AF_PPPOX, SOCK_STREAM, PX_PROTO_OE); in PPPOEConnectDevice()
198 sp.sa_protocol = PX_PROTO_OE; in PPPOEConnectDevice()
268 sp.sa_protocol = PX_PROTO_OE; in PPPOEDisconnectDevice()
/external/kernel-headers/original/uapi/linux/
Dif_pppox.h56 #define PX_PROTO_OE 0 /* Currently just PPPoE */ macro