Home
last modified time | relevance | path

Searched refs:protoent (Results 1 – 25 of 47) sorted by relevance

12

/titanic_50/usr/src/lib/libresolv/
H A Dnetdb.h83 struct protoent { struct
107 struct protoent *getprotobyname_r argument
108 (const char *, struct protoent *, char *, int);
109 struct protoent *getprotobynumber_r
110 (int, struct protoent *, char *, int);
111 struct protoent *getprotoent_r(struct protoent *, char *, int);
126 struct protoent *getprotobyname(const char *);
127 struct protoent *getprotobynumber(int);
128 struct protoent *getprotoent(void);
157 struct protoent *getprotobyname_r();
[all …]
/titanic_50/usr/src/lib/libsocket/inet/
H A Dgetprotoent.c46 NSS_XbyY_ALLOC(&buffer, (int)sizeof (struct protoent), NSS_BUFLEN_PROTOCOLS)
49 struct protoent *
53 struct protoent *res = 0; in getprotobyname()
61 struct protoent *
65 struct protoent *res = 0; in getprotobynumber()
74 struct protoent *
78 struct protoent *res = 0; in getprotoent()
H A Dgetprotoent_r.c53 struct protoent *
54 getprotobyname_r(const char *name, struct protoent *result, in getprotobyname_r()
71 return ((struct protoent *)arg.returnval); in getprotobyname_r()
74 struct protoent *
75 getprotobynumber_r(int proto, struct protoent *result, char *buffer, int buflen) in getprotobynumber_r()
87 return ((struct protoent *)arg.returnval); in getprotobynumber_r()
107 struct protoent *
108 getprotoent_r(struct protoent *result, char *buffer, int buflen) in getprotoent_r()
118 return ((struct protoent *)arg.returnval); in getprotoent_r()
133 struct protoent *proto = (struct protoent *)ent; in str2protoent()
/titanic_50/usr/src/lib/libresolv2/common/irs/
H A Dgetprotoent_r.c37 copy_protoent(struct protoent *, struct protoent *, PROTO_R_COPY_ARGS);
40 getprotobyname_r(const char *name, struct protoent *pptr, PROTO_R_ARGS) { in getprotobyname_r()
41 struct protoent *pe = getprotobyname(name); in getprotobyname_r()
60 getprotobynumber_r(int proto, struct protoent *pptr, PROTO_R_ARGS) { in getprotobynumber_r()
61 struct protoent *pe = getprotobynumber(proto); in getprotobynumber_r()
86 getprotoent_r(struct protoent *pptr, PROTO_R_ARGS) { in getprotoent_r()
87 struct protoent *pe = getprotoent(); in getprotoent_r()
139 copy_protoent(struct protoent *pe, struct protoent *pptr, PROTO_R_COPY_ARGS) { in copy_protoent()
183 copy_protoent(struct protoent *pe, struct protoent *pptr, PROTO_R_COPY_ARGS) { in copy_protoent()
H A Dirp_pr.c56 struct protoent proto;
62 static struct protoent * pr_next(struct irs_pr *);
63 static struct protoent * pr_byname(struct irs_pr *, const char *);
64 static struct protoent * pr_bynumber(struct irs_pr *, int);
68 static void free_proto(struct protoent *pr);
130 static struct protoent *
133 struct protoent *pr = &pvt->proto; in pr_byname()
179 static struct protoent *
182 struct protoent *pr = &pvt->proto; in pr_bynumber()
257 static struct protoent *
[all …]
H A Ddns_pr.c51 struct protoent proto;
58 static struct protoent * pr_byname(struct irs_pr *, const char *);
59 static struct protoent * pr_bynumber(struct irs_pr *, int);
60 static struct protoent * pr_next(struct irs_pr *);
68 static struct protoent * parse_hes_list(struct irs_pr *, char **);
121 static struct protoent *
125 struct protoent *proto; in pr_byname()
136 static struct protoent *
140 struct protoent *proto; in pr_bynumber()
153 static struct protoent *
[all …]
H A Dgen_pr.c55 static struct protoent * pr_next(struct irs_pr *);
56 static struct protoent * pr_byname(struct irs_pr *, const char *);
57 static struct protoent * pr_bynumber(struct irs_pr *, int);
108 static struct protoent *
111 struct protoent *rval; in pr_next()
130 static struct protoent *
134 struct protoent *rval; in pr_byname()
147 static struct protoent *
151 struct protoent *rval; in pr_bynumber()
H A Dlcl_pr.c89 struct protoent proto;
96 static struct protoent * pr_next(struct irs_pr *);
97 static struct protoent * pr_byname(struct irs_pr *, const char *);
98 static struct protoent * pr_bynumber(struct irs_pr *, int);
151 static struct protoent *
154 struct protoent *p; in pr_byname()
169 static struct protoent *
171 struct protoent *p; in pr_bynumber()
197 static struct protoent *
H A Dgetprotoent.c50 struct protoent *
57 struct protoent *
64 struct protoent *
87 struct protoent *
97 struct protoent *
117 struct protoent *
H A Dirs_data.h40 struct protoent * pr_last;
/titanic_50/usr/src/head/
H A Dnetdb.h224 struct protoent { struct
258 struct protoent *getprotobyname_r
259 (const char *, struct protoent *, char *, int);
260 struct protoent *getprotobynumber_r
261 (int, struct protoent *, char *, int);
262 struct protoent *getprotoent_r(struct protoent *, char *, int);
274 struct protoent *getprotobyname(const char *);
275 struct protoent *getprotobynumber(int);
276 struct protoent *getprotoent(void);
/titanic_50/usr/src/lib/libresolv2/include/
H A Dport_netdb.h120 struct protoent *getprotobyname __P((const char *));
124 struct protoent *getprotobyname_r __P((const char *, struct protoent *,
129 struct protoent *getprotobynumber __P((int));
133 struct protoent *getprotobynumber_r __P((int,
134 struct protoent *, char *, int));
138 struct protoent *getprotoent __P((void));
142 struct protoent *getprotoent_r __P((struct protoent *, char *, int));
H A Dirs.h93 struct protoent *(*byname) __P((struct irs_pr *, const char *));
94 struct protoent *(*bynumber) __P((struct irs_pr *, int));
95 struct protoent *(*next) __P((struct irs_pr *));
318 extern struct protoent *getprotoent_p __P((struct net_data *));
319 extern struct protoent *getprotobyname_p __P((const char *,
321 extern struct protoent *getprotobynumber_p __P((int, struct net_data *));
H A Dport_before.h142 #define PROTO_R_RETURN struct protoent *
/titanic_50/usr/src/lib/libbc/inc/include/
H A Dnetdb.h59 struct protoent { struct
74 struct protoent *getprotobyname(), *getprotobynumber(), *getprotoent(); argument
/titanic_50/usr/src/cmd/getent/
H A Ddogetproto.c37 putprotoent(const struct protoent *pp, FILE *fp) in putprotoent()
64 struct protoent *pp; in dogetproto()
/titanic_50/usr/src/lib/libresolv2/include/isc/
H A Dirpmarshall.h54 int irp_marshall_pr(struct protoent *, char **, size_t *);
55 int irp_unmarshall_pr(struct protoent *, char *);
/titanic_50/usr/src/cmd/ipf/lib/common/
H A Dgetproto.c11 struct protoent *p;
H A Dgetportproto.c14 struct protoent *p;
H A Dprintproto.c16 struct protoent *pr; in printproto()
H A Dportname.c15 struct protoent *p = NULL;
H A Dgetport.c13 struct protoent *p;
/titanic_50/usr/src/lib/libwrap/
H A Dfix_options.c49 struct protoent *ip;
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_scf.c574 struct protoent *protoent; in ilbd_data_to_scfval() local
576 protoent = getprotobynumber(r_ent->irl_proto); in ilbd_data_to_scfval()
577 (void) strlcpy(valstr, protoent->p_name, scf_val_len); in ilbd_data_to_scfval()
1112 struct protoent *protoent; in ilbd_scfval_to_data() local
1114 protoent = getprotobyname(valstr); in ilbd_scfval_to_data()
1115 r_ent->rl_proto = protoent->p_proto; in ilbd_scfval_to_data()
/titanic_50/usr/src/lib/libresolv2/common/resolv/
H A Dres_mkupdate.c1003 struct protoent *pp; in res_buildprotolist()
1112 static struct protoent *
1116 static struct protoent prot; in cgetprotobynumber()
1138 struct protoent *pp; in res_protocolname()

12