Searched defs:proto (Results 1 - 25 of 47) sorted by relevance

12

/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
H A Dip_tables.h60 __u16 proto; member in struct:ipt_ip
/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
H A Dip_tables.h60 __u16 proto; member in struct:ipt_ip
/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/kernel/uapi/linux/
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 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 Dif_tun.h74 __be16 proto; member in struct:tun_pi
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
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 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 Dif_tun.h74 __be16 proto; member in struct:tun_pi
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
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 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 Dif_tun.h74 __be16 proto; member in struct:tun_pi
/bionic/libc/kernel/uapi/linux/netfilter_ipv6/
H A Dip6_tables.h60 __u16 proto; member in struct:ip6t_ip6

Completed in 3359 milliseconds

12