Searched refs:PX_PROTO_OE (Results 1 – 8 of 8) sorted by relevance
140 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()
16 PX_PROTO_OE = 0
21 socket$pppoe(domain const[AF_PPPOX], type const[SOCK_STREAM], proto const[PX_PROTO_OE]) sock_pppoe51 sa_protocol const[PX_PROTO_OE, int32]
60 #define PX_PROTO_OE 0 /* Currently just PPPoE */ macro