Home
last modified time | relevance | path

Searched refs:ho (Results 1 - 20 of 20) sorted by relevance

/third_party/lwip/src/netif/ppp/
H A Dipcp.c752 ipcp_options *ho = &pcb->ipcp_hisoptions; in ipcp_cilen() local
770 if (go->neg_addr && go->old_addrs && !ho->neg_addr && ho->old_addrs) in ipcp_cilen()
777 if (ho->neg_vj && ho->old_vj) { in ipcp_cilen()
780 go->vj_protocol = ho->vj_protocol; in ipcp_cilen()
1509 ipcp_options *ho = &pcb->ipcp_hisoptions; in ipcp_reqci() local
1532 BZERO(ho, sizeof(*ho)); in ipcp_reqci()
1557 if (!ao->old_addrs || ho in ipcp_reqci()
1888 ipcp_options *ho = &pcb->ipcp_hisoptions; ipcp_up() local
2120 ipcp_options *ho = &pcb->ipcp_hisoptions; ipcp_down() local
[all...]
H A Dccp.c380 memset(ho, 0, sizeof(*ho)); in ccp_init()
1107 ccp_options *ho = &pcb->ccp_hisoptions; in ccp_reqci() local
1125 memset(ho, 0, sizeof(ccp_options)); in ccp_reqci()
1126 ho->method = (len > 0)? p[0]: 0; in ccp_reqci()
1146 MPPE_CI_TO_OPTS(&p[2], ho->mppe); in ccp_reqci()
1149 if (ho->mppe & MPPE_OPT_UNSUPPORTED) { in ccp_reqci()
1151 ho->mppe &= ~MPPE_OPT_UNSUPPORTED; in ccp_reqci()
1153 if (ho->mppe & MPPE_OPT_UNKNOWN) { in ccp_reqci()
1155 ho in ccp_reqci()
1462 ccp_options *ho = &pcb->ccp_hisoptions; ccp_up() local
[all...]
H A Dipv6cp.c890 ipv6cp_options *ho = &pcb->ipv6cp_hisoptions; in ipv6cp_reqci() local
908 BZERO(ho, sizeof(*ho)); in ipv6cp_reqci()
975 ho->neg_ifaceid = 1; in ipv6cp_reqci()
976 ho->hisid = ifaceid; in ipv6cp_reqci()
995 ho->neg_vj = 1; in ipv6cp_reqci()
996 ho->vj_protocol = cishort; in ipv6cp_reqci()
1046 if (rc != CONFREJ && !ho->neg_ifaceid && in ipv6cp_reqci()
1154 ipv6cp_options *ho = &pcb->ipv6cp_hisoptions; in ipv6cp_up() local
1162 if (!ho in ipv6cp_up()
1276 ipv6cp_options *ho = &pcb->ipv6cp_hisoptions; ipv6cp_down() local
[all...]
H A Dmultilink.c122 lcp_options *ho = &lcp_hisoptions[0]; in mp_join_bundle() local
131 if (!go->neg_mrru || !ho->neg_mrru) { in mp_join_bundle()
136 /* XXX should check the peer_authname and ho->endpoint in mp_join_bundle()
141 if (!go->neg_mrru || !ho->neg_mrru) { in mp_join_bundle()
145 mtu = ho->neg_mru? ho->mru: PPP_MRU; in mp_join_bundle()
169 if (ho->neg_endpoint) in mp_join_bundle()
170 l += 3 * ho->endpoint.length + 8; in mp_join_bundle()
179 if (ho->neg_endpoint || bundle_name) in mp_join_bundle()
181 if (ho in mp_join_bundle()
[all...]
H A Dlcp.c1823 lcp_options *ho = &pcb->lcp_hisoptions; in lcp_reqci() local
1840 BZERO(ho, sizeof(*ho)); in lcp_reqci()
1895 ho->neg_mru = 1; /* Remember he sent MRU */ in lcp_reqci()
1896 ho->mru = cishort; /* And remember value */ in lcp_reqci()
1918 ho->neg_asyncmap = 1; in lcp_reqci()
1919 ho->asyncmap = cilong; in lcp_reqci()
1960 || ho->neg_chap in lcp_reqci()
1963 || ho->neg_eap in lcp_reqci()
1989 ho in lcp_reqci()
2293 lcp_options *ho = &pcb->lcp_hisoptions; lcp_up() local
[all...]
H A Dauth.c743 lcp_options *ho = &pcb->lcp_hisoptions; in link_established() local
830 if (ho->neg_eap) { in link_established()
836 if (ho->neg_chap) { in link_established()
837 chap_auth_with_peer(pcb, pcb->settings.user, CHAP_DIGEST(ho->chap_mdtype)); in link_established()
842 if (ho->neg_upap) { in link_established()
/third_party/libwebsockets/lib/core/
H A Dlws_map.c29 lws_dll2_owner_t ho; member
169 lws_dll2_foreach_safe(&ht->ho, ht, ho_free_item); in lws_map_destroy()
212 lws_dll2_add_head(&item->list, &ht[hti].ho); in lws_map_item_create()
221 lws_map_hashtable_t, ho); in lws_map_item_destroy()
234 ht[h % map->info.modulo].ho.head) { in lws_map_item_lookup()
/third_party/ltp/testcases/kernel/syscalls/syslog/
H A Dsyslog-lib.sh90 grep -ho "^\$SystemLogSocketName .*" -r /etc/rsyslog.conf /etc/rsyslog.d/ | head -1)
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_local.h589 # define sqr64(lo,ho,in) \
603 (ho)=h; \
/third_party/openssl/crypto/bn/
H A Dbn_local.h589 # define sqr64(lo,ho,in) \
603 (ho)=h; \
/third_party/ffmpeg/ffbuild/
H A Dcommon.mak217 CLEANSUFFIXES = *.d *.gcda *.gcno *.h.c *.ho *.map *.o *.pc *.ptx *.ptx.gz *.ptx.c *.ver *.version *$(DEFAULT_X86ASMD).asm *~ *.ilk *.pdb
/third_party/icu/icu4c/source/
H A Dconfigure996 -host | --host | --hos | --ho)
998 -host=* | --host=* | --hos=* | --ho=*)
/third_party/skia/third_party/externals/icu/source/
H A Dconfigure994 -host | --host | --hos | --ho)
996 -host=* | --host=* | --hos=* | --ho=*)
/third_party/libevdev/
H A Dconfigure1020 -host | --host | --hos | --ho)
1022 -host=* | --host=* | --hos=* | --ho=*)
/third_party/skia/third_party/externals/libpng/
H A Dconfigure1002 -host | --host | --hos | --ho)
1004 -host=* | --host=* | --hos=* | --ho=*)
/third_party/eudev/
H A Dconfigure1036 -host | --host | --hos | --ho)
1038 -host=* | --host=* | --hos=* | --ho=*)
/third_party/lame/
H A Dconfigure1016 -host | --host | --hos | --ho)
1018 -host=* | --host=* | --hos=* | --ho=*)
/third_party/skia/third_party/externals/microhttpd/
H A Dconfigure1065 -host | --host | --hos | --ho)
1067 -host=* | --host=* | --hos=* | --ho=*)
/third_party/node/deps/cares/
H A Dconfigure1041 -host | --host | --hos | --ho)
1043 -host=* | --host=* | --hos=* | --ho=*)
/third_party/python/
H A Dconfigure1300 -host | --host | --hos | --ho)
1302 -host=* | --host=* | --hos=* | --ho=*)

Completed in 141 milliseconds