Searched refs:proto (Results 1 – 15 of 15) sorted by relevance
/bionic/libc/netbsd/net/ |
D | getservbyport.c | 33 getservbyport(int port, const char *proto) in getservbyport() argument 38 if (rs == NULL || proto == NULL) { in getservbyport() 48 if ( s->s_port == port && !strcmp( s->s_proto, proto ) ) in getservbyport()
|
D | getservbyname.c | 34 getservbyname(const char *name, const char *proto) in getservbyname() argument 39 if (rs == NULL || proto == NULL || name == NULL) { in getservbyname() 49 if ( !strcmp( s->s_name, name ) && !strcmp( s->s_proto, proto ) ) in getservbyname()
|
D | getservbyport_r.c | 47 getservbyport_r(int port, const char *proto, struct servent *sp, in getservbyport_r() argument 56 if (proto == NULL || strcmp(s->s_proto, proto) == 0) in getservbyport_r()
|
D | getservbyname_r.c | 49 getservbyname_r(const char *name, const char *proto, struct servent *sp, in getservbyname_r() argument 67 if (proto == NULL || strcmp(s->s_proto, proto) == 0) in getservbyname_r()
|
D | getaddrinfo.c | 1143 const char *proto; in get_port() local 1194 proto = "udp"; in get_port() 1197 proto = "tcp"; in get_port() 1200 proto = NULL; in get_port() 1204 if ((sp = getservbyname(servname, proto)) == NULL) in get_port()
|
/bionic/libc/kernel/common/linux/ |
D | if_arcnet.h | 40 uint8_t proto; member 49 uint8_t proto; member 56 uint8_t proto; member 64 uint8_t proto; member
|
D | if_tun.h | 66 __be16 proto; member
|
D | mod_devicetable.h | 108 __u8 proto; member
|
D | rtnetlink.h | 319 __u8 proto; member
|
/bionic/libc/tools/ |
D | genserv.py | 18 def __init__(self,name,port,proto): argument 21 self.proto = proto 30 if self.proto == "tcp":
|
/bionic/libc/kernel/common/linux/netfilter_ipv4/ |
D | ipt_ECN.h | 31 } proto; member
|
D | ip_tables.h | 35 u_int16_t proto; member
|
/bionic/libc/kernel/common/linux/lockd/ |
D | xdr.h | 68 u32 proto; member
|
/bionic/libc/kernel/common/linux/netfilter_ipv6/ |
D | ip6_tables.h | 36 u_int16_t proto; member
|
/bionic/libc/bionic/ |
D | stubs.c | 454 struct protoent *getprotobynumber(int proto) in getprotobynumber() argument
|