/osnet-11/usr/src/cmd/sendmail/db/db/ |
H A D | db_ret.c | 43 HOFFPAGE ho; local 53 memcpy(&ho, hk, sizeof(HOFFPAGE)); 55 ho.tlen, ho.pgno, memp, memsize));
|
/osnet-11/usr/src/lib/libresolv2/common/irs/ |
H A D | irs_data.h | 33 struct irs_ho * ho; member in struct:net_data
|
H A D | gen_ho.c | 51 struct irs_ho * ho; member in struct:pvt 81 struct irs_ho *ho; local 89 if (!(ho = memget(sizeof *ho))) { 94 memset(ho, 0x5e, sizeof *ho); 97 ho->private = pvt; 98 ho->close = ho_close; 99 ho->byname = ho_byname; 100 ho 129 struct irs_ho *ho; local 172 struct irs_ho *ho; local 211 struct irs_ho *ho; local 251 struct irs_ho *ho; local 272 struct irs_ho *ho; local 289 struct irs_ho *ho = rule->inst->ho; local 328 struct irs_ho *ho = rule->inst->ho; local 340 struct irs_ho *ho; local [all...] |
H A D | gen_p.h | 74 struct irs_ho * ho; member in struct:irs_inst
|
H A D | getnetgrent_r.c | 47 char *ng, *ho, *us, *dom; local 50 DE_CONST(host, ho); 54 return (innetgr(ng, ho, us, dom));
|
H A D | irp_ho.c | 81 static void free_host(struct hostent *ho); 98 struct irs_ho *ho; local 101 if (!(ho = memget(sizeof *ho))) { 105 memset(ho, 0x0, sizeof *ho); 108 memput(ho, sizeof *ho); 115 ho->private = pvt; 116 ho 171 struct hostent *ho = &pvt->host; local 224 struct hostent *ho = &pvt->host; local 287 struct hostent *ho = &pvt->host; local 372 free_host(struct hostent *ho) argument [all...] |
H A D | lcl_ho.c | 156 struct irs_ho *ho; local 166 if (!(ho = memget(sizeof *ho))) { 171 memset(ho, 0x5e, sizeof *ho); 172 ho->private = pvt; 173 ho->close = ho_close; 174 ho->byname = ho_byname; 175 ho->byname2 = ho_byname2; 176 ho [all...] |
H A D | dns_ho.c | 179 struct irs_ho *ho; local 190 if (!(ho = memget(sizeof *ho))) { 195 memset(ho, 0x5e, sizeof *ho); 196 ho->private = pvt; 197 ho->close = ho_close; 198 ho->byname = ho_byname; 199 ho->byname2 = ho_byname2; 200 ho [all...] |
H A D | getaddrinfo.c | 617 struct irs_ho *ho; local 630 if (!net_data || !(ho = net_data->ho)) 646 result = (*ho->addrinfo)(ho, hostname, pai); 648 (*ho->minimize)(ho); 1239 if (!net_data->ho) { 1240 net_data->ho = (*net_data->irs->ho_map)(net_data->irs); 1241 if (!net_data->ho || !net_dat [all...] |
H A D | gethostent.c | 144 struct irs_ho *ho; local 150 if (!net_data || !(ho = net_data->ho)) 168 net_data->ho_last = (*ho->byname2)(ho, name, af); 179 struct irs_ho *ho; local 182 if (!net_data || !(ho = net_data->ho)) 191 net_data->ho_last = (*ho->byaddr)(ho, add 200 struct irs_ho *ho; local 216 struct irs_ho *ho; local 229 struct irs_ho *ho; local [all...] |
H A D | irpmarshall.c | 872 * int irp_marshall_ho(struct hostent *ho, char **buffer, size_t *len) 885 irp_marshall_ho(struct hostent *ho, char **buffer, size_t *len) { argument 896 if (ho == NULL || len == NULL) { 901 switch(ho->h_addrtype) { 915 sprintf(holength, "%d", ho->h_length); 917 need += strlen(ho->h_name) + 1; 918 need += joinlength(ho->h_aliases) + 1; 924 addrlen = (ho->h_addrtype == AF_INET ? 16 : 46) ; /*%< XX other AF's?? */ 925 for (av = ho->h_addr_list; av != NULL && *av != NULL ; av++) 950 strcpy(*buffer, ho 992 irp_unmarshall_ho(struct hostent *ho, char *buffer) argument [all...] |
/osnet-11/usr/src/cmd/sendmail/db/hash/ |
H A D | hash_dup.c | 281 HOFFPAGE ho; local 315 memcpy(&ho, 318 B_TSET(bo.type, ho.type, 0); 320 bo.pgno = ho.pgno; 321 bo.tlen = ho.tlen;
|