Home
last modified time | relevance | path

Searched refs:sa_protocol (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_pppox.h67 unsigned int sa_protocol; /* protocol identifier */ member
81 unsigned int sa_protocol; /* protocol identifier */ member
87 unsigned int sa_protocol; /* protocol identifier */ member
96 unsigned int sa_protocol; /* protocol identifier */ member
102 unsigned int sa_protocol; /* protocol identifier */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dif_pppox.h67 unsigned int sa_protocol; /* protocol identifier */ member
81 unsigned int sa_protocol; /* protocol identifier */ member
87 unsigned int sa_protocol; /* protocol identifier */ member
96 unsigned int sa_protocol; /* protocol identifier */ member
102 unsigned int sa_protocol; /* protocol identifier */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dif_pppox.h67 unsigned int sa_protocol; /* protocol identifier */ member
81 unsigned int sa_protocol; /* protocol identifier */ member
87 unsigned int sa_protocol; /* protocol identifier */ member
96 unsigned int sa_protocol; /* protocol identifier */ member
102 unsigned int sa_protocol; /* protocol identifier */ member
/OK3568_Linux_fs/kernel/net/l2tp/
H A Dl2tp_ppp.c571 if (sa_v2in4->sa_protocol != PX_PROTO_OL2TP) in pppol2tp_sockaddr_get_info()
587 if (sa_v3in4->sa_protocol != PX_PROTO_OL2TP) in pppol2tp_sockaddr_get_info()
603 if (sa_v2in6->sa_protocol != PX_PROTO_OL2TP) in pppol2tp_sockaddr_get_info()
619 if (sa_v3in6->sa_protocol != PX_PROTO_OL2TP) in pppol2tp_sockaddr_get_info()
926 sp.sa_protocol = PX_PROTO_OL2TP; in pppol2tp_getname()
944 sp.sa_protocol = PX_PROTO_OL2TP; in pppol2tp_getname()
962 sp.sa_protocol = PX_PROTO_OL2TP; in pppol2tp_getname()
981 sp.sa_protocol = PX_PROTO_OL2TP; in pppol2tp_getname()
/OK3568_Linux_fs/kernel/drivers/net/ppp/
H A Dpppoe.c627 if (sp->sa_protocol != PX_PROTO_OE) in pppoe_connect()
727 sp.sa_protocol = PX_PROTO_OE; in pppoe_getname()
805 po->pppoe_relay.sa_protocol != PX_PROTO_OE) in pppoe_ioctl()
H A Dpptp.c416 if (sp->sa_protocol != PX_PROTO_PPTP) in pptp_connect()
484 sp.sa_protocol = PX_PROTO_PPTP; in pptp_getname()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dl2tp.rst396 sax.sa_protocol = PX_PROTO_OL2TP;