Searched refs:PX_PROTO_OL2TP (Results 1 – 8 of 8) sorted by relevance
425 tunnel_fd = socket(AF_PPPOX, SOCK_DGRAM, PX_PROTO_OL2TP); in create_pppox_ol2tp()433 tunnel_sa.sa_protocol = PX_PROTO_OL2TP; in create_pppox_ol2tp()448 session_fd = socket(AF_PPPOX, SOCK_DGRAM, PX_PROTO_OL2TP); in create_pppox_ol2tp()456 session_sa.sa_protocol = PX_PROTO_OL2TP; in create_pppox_ol2tp()
17 PX_PROTO_OL2TP = 1
26 socket$l2tp(domain const[AF_PPPOX], type const[SOCK_STREAM], proto const[PX_PROTO_OL2TP]) sock_l2tp75 sa_protocol const[PX_PROTO_OL2TP, int32]
61 #define PX_PROTO_OL2TP 1 /* Now L2TP also */ macro