Home
last modified time | relevance | path

Searched refs:ho (Results 1 – 25 of 37) sorted by relevance

12

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dirp_ho.c97 if (!(ho = memget(sizeof *ho))) { in irs_irp_ho()
101 memset(ho, 0x0, sizeof *ho); in irs_irp_ho()
104 memput(ho, sizeof *ho); in irs_irp_ho()
121 return (ho); in irs_irp_ho()
196 ho = NULL; in ho_byname2()
199 ho = NULL; in ho_byname2()
206 return (ho); in ho_byname2()
259 ho = NULL; in ho_byaddr()
262 ho = NULL; in ho_byaddr()
269 return (ho); in ho_byaddr()
[all …]
H A Dgen_ho.c90 memset(ho, 0x5e, sizeof *ho); in irs_gen_ho()
133 ho = rule->inst->ho; in ho_byname()
176 ho = rule->inst->ho; in ho_byname2()
216 ho = rule->inst->ho; in ho_byaddr()
250 ho = pvt->rule->inst->ho; in ho_next()
251 rval = (*ho->next)(ho); in ho_next()
259 (*ho->rewind)(ho); in ho_next()
272 ho = pvt->rule->inst->ho; in ho_rewind()
273 (*ho->rewind)(ho); in ho_rewind()
287 (*ho->minimize)(ho); in ho_minimize()
[all …]
H A Dgethostent.c140 struct irs_ho *ho; in gethostbyname2_p() local
146 if (!net_data || !(ho = net_data->ho)) in gethostbyname2_p()
164 net_data->ho_last = (*ho->byname2)(ho, name, af); in gethostbyname2_p()
178 if (!net_data || !(ho = net_data->ho)) in gethostbyaddr_p()
187 net_data->ho_last = (*ho->byaddr)(ho, addr, len, af); in gethostbyaddr_p()
199 if (!net_data || !(ho = net_data->ho)) in gethostent_p()
201 while ((hp = (*ho->next)(ho)) != NULL && in gethostent_p()
214 if (!net_data || !(ho = net_data->ho)) in sethostent_p()
217 (*ho->rewind)(ho); in sethostent_p()
227 if ((net_data != NULL) && ((ho = net_data->ho) != NULL)) in endhostent_p()
[all …]
H A Dlcl_ho.c152 struct irs_ho *ho; in irs_lcl_ho() local
162 if (!(ho = memget(sizeof *ho))) { in irs_lcl_ho()
167 memset(ho, 0x5e, sizeof *ho); in irs_lcl_ho()
168 ho->private = pvt; in irs_lcl_ho()
169 ho->close = ho_close; in irs_lcl_ho()
170 ho->byname = ho_byname; in irs_lcl_ho()
171 ho->byname2 = ho_byname2; in irs_lcl_ho()
172 ho->byaddr = ho_byaddr; in irs_lcl_ho()
173 ho->next = ho_next; in irs_lcl_ho()
174 ho->rewind = ho_rewind; in irs_lcl_ho()
[all …]
H A Dgen.c197 struct irs_ho *ho; in gen_res_set()
211 ho = rule->inst->ho; in gen_res_set()
213 (*ho->res_set)(ho, res, NULL); in gen_res_set()
244 if (irs->accessors[n].ho != NULL) in gen_close()
245 (*irs->accessors[n].ho->close)(irs->accessors[n].ho); in gen_close()
363 if (inst->ho == NULL && inst->acc->ho_map != NULL) in add_rule()
364 inst->ho = (*inst->acc->ho_map)(inst->acc); in add_rule()
H A Ddns_ho.c175 struct irs_ho *ho; in irs_dns_ho() local
186 if (!(ho = memget(sizeof *ho))) { in irs_dns_ho()
191 memset(ho, 0x5e, sizeof *ho); in irs_dns_ho()
192 ho->private = pvt; in irs_dns_ho()
193 ho->close = ho_close; in irs_dns_ho()
194 ho->byname = ho_byname; in irs_dns_ho()
195 ho->byname2 = ho_byname2; in irs_dns_ho()
196 ho->byaddr = ho_byaddr; in irs_dns_ho()
197 ho->next = ho_next; in irs_dns_ho()
198 ho->rewind = ho_rewind; in irs_dns_ho()
[all …]
H A Dirs_data.c91 if (net_data->ho != NULL) { in net_data_destroy()
92 (*net_data->ho->close)(net_data->ho); in net_data_destroy()
93 net_data->ho = NULL; in net_data_destroy()
H A Dirpmarshall.c892 if (ho == NULL || len == NULL) { in irp_marshall_ho()
897 switch(ho->h_addrtype) { in irp_marshall_ho()
911 sprintf(holength, "%d", ho->h_length); in irp_marshall_ho()
913 need += strlen(ho->h_name) + 1; in irp_marshall_ho()
914 need += joinlength(ho->h_aliases) + 1; in irp_marshall_ho()
1004 if (ho == NULL || buffer == NULL) { in irp_unmarshall_ho()
1104 ho->h_name = name; in irp_unmarshall_ho()
1105 ho->h_aliases = aliases; in irp_unmarshall_ho()
1106 ho->h_addrtype = hoaddrtype; in irp_unmarshall_ho()
1107 ho->h_length = holength; in irp_unmarshall_ho()
[all …]
H A Dgetaddrinfo.c617 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) { in init()
1240 net_data->ho = (*net_data->irs->ho_map)(net_data->irs); in init()
1241 if (!net_data->ho || !net_data->res) { in init()
1249 (*net_data->ho->res_set)(net_data->ho, net_data->res, NULL); in init()
H A Dgetnetgrent_r.c43 char *ng, *ho, *us, *dom; in innetgr_r() local
46 DE_CONST(host, ho); in innetgr_r()
50 return (innetgr(ng, ho, us, dom)); in innetgr_r()
H A Dirs_data.h33 struct irs_ho * ho; member
H A Dgen_p.h74 struct irs_ho * ho; member
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dipcp.c511 if (go->neg_addr && go->old_addrs && !ho->neg_addr && ho->old_addrs)
517 if (ho->neg_vj && ho->old_vj) {
1024 BZERO(ho, sizeof(*ho));
1106 ho->old_addrs = 1;
1164 ho->neg_addr = 1;
1251 ho->old_vj = 1;
1269 ho->neg_vj = 1;
1317 if (ret != CODE_CONFREJ && !ho->neg_addr && !ho->old_addrs &&
1444 ho->hisaddr);
1479 if (sifvjcomp(f->unit, ho->neg_vj, ho->cflag, ho->maxslotindex) != 1) {
[all …]
H A Dlcp.c971 ho->neg_lqr && ho->lqr_period == 0)
1879 BZERO(ho, sizeof(*ho));
2004 if (ho->neg_upap || ho->neg_chap || ho->neg_mschap ||
2033 ho->neg_upap = 1;
2048 if (ho->neg_chap || ho->neg_mschap ||
2114 ho->neg_lqr = 1;
2401 ho->mru = ao->mru;
2402 mtu = (ho->neg_mru ? ho->mru: PPP_MRU);
2406 (ho->neg_asyncmap? ho->asyncmap: 0xffffffff),
2407 ho->neg_pcompression, ho->neg_accompression);
[all …]
H A Dipv6cp.c841 BZERO(ho, sizeof(*ho));
914 ho->neg_ifaceid = 1;
915 eui64_copy(ifaceid, ho->hisid);
944 ho->neg_vj = 1;
945 ho->vj_protocol = cishort;
1142 if (!ho->neg_ifaceid)
1143 ho->hisid = wo->hisid;
1146 if (eui64_iszero(ho->hisid)) {
1156 if (eui64_equals(go->ourid, ho->hisid)) {
1178 ! eui64_equals(ho->hisid, wo->hisid)) {
[all …]
H A Dmultilink.c88 lcp_options *ho = &lcp_hisoptions[0]; in mp_join_bundle() local
94 if (!go->neg_mrru || !ho->neg_mrru) { in mp_join_bundle()
120 l += 3 * ho->endpoint.length + 8; in mp_join_bundle()
130 p += slprintf(p, bundle_id+l-p, "%s", epdisc_to_str(&ho->endpoint)); in mp_join_bundle()
140 cfg_bundle(go->mrru, ho->mrru, go->neg_ssnhf, ho->neg_ssnhf); in mp_join_bundle()
182 make_new_bundle(go->mrru, ho->mrru, go->neg_ssnhf, ho->neg_ssnhf); in mp_join_bundle()
H A Dccp.c944 BZERO(ho, sizeof(ccp_options));
945 ho->method = (len > 0)? p[0]: -1;
971 ho->deflate = 1;
973 ho->deflate_size = nb;
1030 ho->bsd_compress = 1;
1032 ho->bsd_bits = nb;
1082 ho->predictor_1 = 1;
1103 ho->predictor_2 = 1;
1227 if (ANY_COMPRESS(*ho)) {
1228 if (go->method == ho->method) {
[all …]
H A Dauth.c508 lcp_options *ho = &lcp_hisoptions[unit]; local
563 if (ho->neg_chap || ho->neg_mschap || ho->neg_mschapv2) {
564 switch (ho->chap_mdtype) {
579 dbglog("Authenticating to peer with CHAP 0x%x", ho->chap_mdtype);
582 ChapAuthWithPeer(unit, user, ho->chap_mdtype);
584 } else if (ho->neg_upap) {
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_ret.c43 HOFFPAGE ho; local
53 memcpy(&ho, hk, sizeof(HOFFPAGE));
55 ho.tlen, ho.pgno, memp, memsize));
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/printf/
H A Dtst.basics.d.out7 %ho = 141
/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash_dup.c281 HOFFPAGE ho; local
315 memcpy(&ho,
318 B_TSET(bo.type, ho.type, 0);
320 bo.pgno = ho.pgno;
321 bo.tlen = ho.tlen;
/illumos-gate/usr/src/boot/forth/
H A Dscreen.4th33 : ho ( -- ) escc [char] H emit ;
39 : clear ( -- ) ho cld ;
/illumos-gate/usr/src/data/terminfo/
H A Dtermcap.src349 :cm=\E[%i%d;%dH:ho=\E[H:
2581 :ho=\E[H:im=\E[4h:\
8516 :ho=^]7`x @\037:\
8532 :ho=^]8g @\037:\
9173 :ho=\E[H:\
9755 :ho=\E[H:\
10025 :do=\E[B:ho=\E[H:\
12570 :ce=^M:cl=^M^J:ho=^M:
13720 :ho=1\E[H:im=\E[4h:\
14689 :ho=\E[H:ic=4\E[@:im=:\
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlgc.c881 GCheader *ho = gch(o); in luaC_checkfinalizer() local
882 if (g->sweepgc == &ho->next) { /* avoid removing current sweep object */ in luaC_checkfinalizer()
888 *p = ho->next; /* remove 'o' from root list */ in luaC_checkfinalizer()
889 ho->next = g->finobj; /* link it in list 'finobj' */ in luaC_checkfinalizer()
891 l_setbit(ho->marked, SEPARATED); /* mark it as such */ in luaC_checkfinalizer()
/illumos-gate/usr/src/cmd/bnu/
H A DDevices73 # ---To connect to a system on a Datakit in nj/ho
74 # DKho - uucp Any DK nj/ho/\D

12