Searched refs:protoent (Results 1 - 11 of 11) sorted by relevance

/haiku/src/system/libnetwork/netresolv/net/
H A Dprotoent.h1 /* $NetBSD: protoent.h,v 1.2 2008/04/28 20:23:00 martin Exp $ */
36 struct protoent proto;
44 struct protoent *getprotoent_r(struct protoent *, struct protoent_data *);
45 struct protoent *getprotobyname_r(const char *,
46 struct protoent *, struct protoent_data *);
47 struct protoent *getprotobynumber_r(int,
48 struct protoent *, struct protoent_data *);
H A Dgetprotobynumber_r.c44 #include "protoent.h"
50 struct protoent *
51 getprotobynumber_r(int proto, struct protoent *pr, struct protoent_data *pd)
53 struct protoent *p;
H A Dgetprotobyname.c39 #include "protoent.h"
50 struct protoent *
53 struct protoent *p;
H A Dgetprotobynumber.c40 #include "protoent.h"
51 struct protoent *
54 struct protoent *p;
H A Dgetprotobyname_r.c47 #include "protoent.h"
53 struct protoent *
54 getprotobyname_r(const char *name, struct protoent *pr,
57 struct protoent *p;
H A Dgetprotoent.c40 #include "protoent.h"
69 struct protoent *
72 struct protoent *p;
H A Dgetprotoent_r.c50 #include "protoent.h"
91 struct protoent *
92 getprotoent_r(struct protoent *pr, struct protoent_data *pd)
/haiku/headers/posix/
H A Dnetdb.h40 struct protoent { struct
136 struct protoent* getprotoent(void);
137 struct protoent* getprotobyname(const char *);
138 struct protoent* getprotobynumber(int);
/haiku/src/bin/network/netstat/
H A Dnetstat.cpp254 protoent* proto = getprotobynumber(stat.protocol);
/haiku/src/bin/network/traceroute/
H A Dtraceroute.c503 register struct protoent *pe;
2075 struct protoent *pe;
/haiku/src/kits/network/libnetapi/
H A DNetworkSettings.cpp244 struct protoent* proto = getprotobyname(string);

Completed in 110 milliseconds