Home
last modified time | relevance | path

Searched refs:PX_PROTO_OL2TP (Results 1 – 8 of 8) sorted by relevance

/external/mtpd/
Dl2tp.c425 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()
/external/syzkaller/sys/linux/
Dsocket_pppox_ppc64le.const17 PX_PROTO_OL2TP = 1
Dsocket_pppox_arm64.const17 PX_PROTO_OL2TP = 1
Dsocket_pppox_amd64.const17 PX_PROTO_OL2TP = 1
Dsocket_pppox_arm.const17 PX_PROTO_OL2TP = 1
Dsocket_pppox_386.const17 PX_PROTO_OL2TP = 1
Dsocket_pppox.txt26 socket$l2tp(domain const[AF_PPPOX], type const[SOCK_STREAM], proto const[PX_PROTO_OL2TP]) sock_l2tp
75 sa_protocol const[PX_PROTO_OL2TP, int32]
/external/kernel-headers/original/uapi/linux/
Dif_pppox.h61 #define PX_PROTO_OL2TP 1 /* Now L2TP also */ macro