Searched refs:PX_PROTO_PPTP (Results 1 – 8 of 8) sorted by relevance
18 PX_PROTO_PPTP = 2
37 socket$pptp(domain const[AF_PPPOX], type const[SOCK_STREAM], proto const[PX_PROTO_PPTP]) sock_pptp121 sa_protocol const[PX_PROTO_PPTP, int32]
393 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()
62 #define PX_PROTO_PPTP 2 macro