Home
last modified time | relevance | path

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

/external/syzkaller/sys/linux/
Dsocket_pppox_ppc64le.const18 PX_PROTO_PPTP = 2
Dsocket_pppox_arm64.const18 PX_PROTO_PPTP = 2
Dsocket_pppox_amd64.const18 PX_PROTO_PPTP = 2
Dsocket_pppox_arm.const18 PX_PROTO_PPTP = 2
Dsocket_pppox_386.const18 PX_PROTO_PPTP = 2
Dsocket_pppox.txt37 socket$pptp(domain const[AF_PPPOX], type const[SOCK_STREAM], proto const[PX_PROTO_PPTP]) sock_pptp
121 sa_protocol const[PX_PROTO_PPTP, int32]
/external/mtpd/
Dpptp.c393 src.sa_protocol = PX_PROTO_PPTP; in create_pppox_pptp()
398 dst.sa_protocol = PX_PROTO_PPTP; in create_pppox_pptp()
402 pptp_fd = socket(AF_PPPOX, SOCK_STREAM, PX_PROTO_PPTP); in create_pppox_pptp()
/external/kernel-headers/original/uapi/linux/
Dif_pppox.h62 #define PX_PROTO_PPTP 2 macro