Searched refs:proto (Results 1 - 25 of 48) sorted by relevance

12

/bionic/libc/kernel/uapi/linux/
H A Dif_arcnet.h40 __u8 proto; member in struct:arc_rfc1201
47 __u8 proto; member in struct:arc_rfc1051
52 __u8 proto; member in struct:arc_eth_encap
58 __u8 proto; member in struct:arc_cap
H A Dip6_tunnel.h36 __u8 proto; member in struct:ip6_tnl_parm
47 __u8 proto; member in struct:ip6_tnl_parm2
H A Dnfs4_mount.h42 int proto; member in struct:nfs4_mount_data
H A Dxfrm.h31 __u8 proto; member in struct:xfrm_id
54 __u8 proto; member in struct:xfrm_selector
332 __u8 proto; member in struct:xfrm_usersa_id
384 __u8 proto; member in struct:xfrm_usersa_flush
387 __u8 proto; member in struct:xfrm_user_report
401 __u8 proto; member in struct:xfrm_user_migrate
H A Dif_tun.h74 __be16 proto; member in struct:tun_pi
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Dif_arcnet.h40 __u8 proto; member in struct:arc_rfc1201
47 __u8 proto; member in struct:arc_rfc1051
52 __u8 proto; member in struct:arc_eth_encap
58 __u8 proto; member in struct:arc_cap
H A Dip6_tunnel.h36 __u8 proto; member in struct:ip6_tnl_parm
47 __u8 proto; member in struct:ip6_tnl_parm2
H A Dnfs4_mount.h42 int proto; member in struct:nfs4_mount_data
H A Dxfrm.h31 __u8 proto; member in struct:xfrm_id
54 __u8 proto; member in struct:xfrm_selector
332 __u8 proto; member in struct:xfrm_usersa_id
384 __u8 proto; member in struct:xfrm_usersa_flush
387 __u8 proto; member in struct:xfrm_user_report
401 __u8 proto; member in struct:xfrm_user_migrate
H A Dif_tun.h74 __be16 proto; member in struct:tun_pi
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
H A Dif_arcnet.h40 __u8 proto; member in struct:arc_rfc1201
47 __u8 proto; member in struct:arc_rfc1051
52 __u8 proto; member in struct:arc_eth_encap
58 __u8 proto; member in struct:arc_cap
H A Dip6_tunnel.h36 __u8 proto; member in struct:ip6_tnl_parm
47 __u8 proto; member in struct:ip6_tnl_parm2
H A Dnfs4_mount.h42 int proto; member in struct:nfs4_mount_data
H A Dxfrm.h31 __u8 proto; member in struct:xfrm_id
54 __u8 proto; member in struct:xfrm_selector
332 __u8 proto; member in struct:xfrm_usersa_id
384 __u8 proto; member in struct:xfrm_usersa_flush
387 __u8 proto; member in struct:xfrm_user_report
401 __u8 proto; member in struct:xfrm_user_migrate
/bionic/libc/kernel/uapi/linux/netfilter/
H A Dxt_ecn.h36 } proto; member in struct:xt_ecn_info
H A Dxt_policy.h36 __u8 saddr : 1, daddr : 1, proto : 1, mode : 1, spi : 1, reqid : 1; member in struct:xt_policy_spec
53 __u8 proto; member in struct:xt_policy_elem
/bionic/libc/kernel/uapi/linux/netfilter_ipv4/
H A Dipt_ECN.h35 } proto; member in struct:ipt_ECN_info
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/netfilter/
H A Dxt_ecn.h36 } proto; member in struct:xt_ecn_info
H A Dxt_policy.h36 __u8 saddr : 1, daddr : 1, proto : 1, mode : 1, spi : 1, reqid : 1; member in struct:xt_policy_spec
53 __u8 proto; member in struct:xt_policy_elem
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/netfilter_ipv4/
H A Dipt_ECN.h35 } proto; member in struct:ipt_ECN_info
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/netfilter/
H A Dxt_ecn.h36 } proto; member in struct:xt_ecn_info
H A Dxt_policy.h36 __u8 saddr : 1, daddr : 1, proto : 1, mode : 1, spi : 1, reqid : 1; member in struct:xt_policy_spec
53 __u8 proto; member in struct:xt_policy_elem
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/netfilter_ipv4/
H A Dipt_ECN.h35 } proto; member in struct:ipt_ECN_info
/bionic/libc/dns/net/
H A Dgetservent.c56 q = p + 1 + namelen + 3; /* skip name + port + proto */
90 p += 4; /* skip port(2) + proto(1) + aliascount(1) */
121 struct servent* getservbyname(const char* name, const char* proto) { argument
129 if (strcmp(s->s_name, name) == 0 && (proto == NULL || strcmp(s->s_proto, proto) == 0)) {
137 struct servent* getservbyport(int port, const char* proto) { argument
145 if (s->s_port == port && (proto == NULL || strcmp(s->s_proto, proto) == 0)) {
/bionic/libc/tools/
H A Dgenserv.py18 def __init__(self,name,port,proto):
21 self.proto = proto
30 if self.proto == "tcp":

Completed in 195 milliseconds

12