Searched defs:ho (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dauth.c241 lcp_options *ho = &lcp_hisoptions[unit]; local
284 if (ho->neg_chap) {
285 ChapAuthWithPeer(unit, ppp_settings.user, ho->chap_mdtype);
293 if (ho->neg_upap) {
H A Dipcp.c323 ipcp_options *ho = &ipcp_hisoptions[f->unit]; local
345 if (ho->neg_vj && ho->old_vj) {
348 go->vj_protocol = ho->vj_protocol;
851 ipcp_options *ho = &ipcp_hisoptions[f->unit]; local
876 BZERO(ho, sizeof(*ho));
955 ho->neg_addr = 1;
956 ho->old_addrs = 1;
957 ho
1197 ipcp_options *ho = &ipcp_hisoptions[f->unit]; local
[all...]
H A Dlcp.c1163 lcp_options *ho = &lcp_hisoptions[f->unit]; local
1183 BZERO(ho, sizeof(*ho));
1235 ho->neg_mru = 1; /* Remember he sent MRU */
1236 ho->mru = cishort; /* And remember value */
1268 ho->neg_asyncmap = 1;
1269 ho->asyncmap = cilong;
1303 if (ho->neg_chap) { /* we've already accepted CHAP */
1321 ho->neg_upap = 1;
1329 if (ho
1574 lcp_options *ho = &lcp_hisoptions[f->unit]; local
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dauth.c451 lcp_options *ho = &lcp_hisoptions[unit]; local
494 if (ho->neg_chap) {
495 ChapAuthWithPeer(unit, ppp_settings.user, ho->chap_mdtype);
503 if (ho->neg_upap) {
H A Dipcp.c307 ipcp_options *ho = &ipcp_hisoptions[f->unit]; local
329 if (ho->neg_vj && ho->old_vj) {
332 go->vj_protocol = ho->vj_protocol;
872 ipcp_options *ho = &ipcp_hisoptions[f->unit]; local
897 BZERO(ho, sizeof(*ho));
976 ho->neg_addr = 1;
977 ho->old_addrs = 1;
978 ho
1223 ipcp_options *ho = &ipcp_hisoptions[f->unit]; local
[all...]
H A Dlcp.c1229 lcp_options *ho = &lcp_hisoptions[f->unit]; local
1250 BZERO(ho, sizeof(*ho));
1302 ho->neg_mru = 1; /* Remember he sent MRU */
1303 ho->mru = cishort; /* And remember value */
1335 ho->neg_asyncmap = 1;
1336 ho->asyncmap = cilong;
1370 if (ho->neg_chap) { /* we've already accepted CHAP */
1388 ho->neg_upap = 1;
1396 if (ho
1643 lcp_options *ho = &lcp_hisoptions[f->unit]; local
[all...]
/vbox/src/VBox/RDP/client-1.8.3/
H A Drdesktop.c1760 uint8 ho[20], hi[16]; local
1771 sec_hash_sha1_16(ho, hi, g_static_rdesktop_salt_16);
1772 sec_hash_to_string(hash, sizeof(hash), ho, sizeof(ho));
1802 uint8 ho[20], hi[16]; local
1820 sec_hash_sha1_16(ho, hi, g_static_rdesktop_salt_16);
1821 sec_hash_to_string(hash, sizeof(hash), ho, sizeof(ho));

Completed in 63 milliseconds