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

/barrelfish-2018-10-04/lib/lwip2/src/netif/ppp/
H A Dipcp.c752 ipcp_options *ho = &pcb->ipcp_hisoptions; local
770 if (go->neg_addr && go->old_addrs && !ho->neg_addr && ho->old_addrs)
777 if (ho->neg_vj && ho->old_vj) {
780 go->vj_protocol = ho->vj_protocol;
1509 ipcp_options *ho = &pcb->ipcp_hisoptions; local
1532 BZERO(ho, sizeof(*ho));
1557 if (!ao->old_addrs || ho
1888 ipcp_options *ho = &pcb->ipcp_hisoptions; local
2120 ipcp_options *ho = &pcb->ipcp_hisoptions; local
[all...]
H A Dccp.c380 memset(ho, 0, sizeof(*ho));
1107 ccp_options *ho = &pcb->ccp_hisoptions; local
1125 memset(ho, 0, sizeof(ccp_options));
1126 ho->method = (len > 0)? p[0]: 0;
1146 MPPE_CI_TO_OPTS(&p[2], ho->mppe);
1149 if (ho->mppe & MPPE_OPT_UNSUPPORTED) {
1151 ho->mppe &= ~MPPE_OPT_UNSUPPORTED;
1153 if (ho->mppe & MPPE_OPT_UNKNOWN) {
1155 ho
1462 ccp_options *ho = &pcb->ccp_hisoptions; local
[all...]
H A Dipv6cp.c890 ipv6cp_options *ho = &pcb->ipv6cp_hisoptions; local
908 BZERO(ho, sizeof(*ho));
975 ho->neg_ifaceid = 1;
976 ho->hisid = ifaceid;
995 ho->neg_vj = 1;
996 ho->vj_protocol = cishort;
1046 if (rc != CONFREJ && !ho->neg_ifaceid &&
1154 ipv6cp_options *ho = &pcb->ipv6cp_hisoptions; local
1162 if (!ho
1276 ipv6cp_options *ho = &pcb->ipv6cp_hisoptions; local
[all...]
H A Dmultilink.c122 lcp_options *ho = &lcp_hisoptions[0]; local
131 if (!go->neg_mrru || !ho->neg_mrru) {
136 /* XXX should check the peer_authname and ho->endpoint
141 if (!go->neg_mrru || !ho->neg_mrru) {
145 mtu = ho->neg_mru? ho->mru: PPP_MRU;
169 if (ho->neg_endpoint)
170 l += 3 * ho->endpoint.length + 8;
179 if (ho->neg_endpoint || bundle_name)
181 if (ho
[all...]
H A Dlcp.c1823 lcp_options *ho = &pcb->lcp_hisoptions; local
1840 BZERO(ho, sizeof(*ho));
1895 ho->neg_mru = 1; /* Remember he sent MRU */
1896 ho->mru = cishort; /* And remember value */
1918 ho->neg_asyncmap = 1;
1919 ho->asyncmap = cilong;
1960 || ho->neg_chap
1963 || ho->neg_eap
1989 ho
2293 lcp_options *ho = &pcb->lcp_hisoptions; local
[all...]
H A Dauth.c743 lcp_options *ho = &pcb->lcp_hisoptions; local
830 if (ho->neg_eap) {
836 if (ho->neg_chap) {
837 chap_auth_with_peer(pcb, pcb->settings.user, CHAP_DIGEST(ho->chap_mdtype));
842 if (ho->neg_upap) {
/barrelfish-2018-10-04/include/lwip2/netif/ppp/
H A Dipcp.c752 ipcp_options *ho = &pcb->ipcp_hisoptions; local
770 if (go->neg_addr && go->old_addrs && !ho->neg_addr && ho->old_addrs)
777 if (ho->neg_vj && ho->old_vj) {
780 go->vj_protocol = ho->vj_protocol;
1509 ipcp_options *ho = &pcb->ipcp_hisoptions; local
1532 BZERO(ho, sizeof(*ho));
1557 if (!ao->old_addrs || ho
1888 ipcp_options *ho = &pcb->ipcp_hisoptions; local
2120 ipcp_options *ho = &pcb->ipcp_hisoptions; local
[all...]
H A Dccp.c380 memset(ho, 0, sizeof(*ho));
1107 ccp_options *ho = &pcb->ccp_hisoptions; local
1125 memset(ho, 0, sizeof(ccp_options));
1126 ho->method = (len > 0)? p[0]: 0;
1146 MPPE_CI_TO_OPTS(&p[2], ho->mppe);
1149 if (ho->mppe & MPPE_OPT_UNSUPPORTED) {
1151 ho->mppe &= ~MPPE_OPT_UNSUPPORTED;
1153 if (ho->mppe & MPPE_OPT_UNKNOWN) {
1155 ho
1462 ccp_options *ho = &pcb->ccp_hisoptions; local
[all...]
H A Dipv6cp.c890 ipv6cp_options *ho = &pcb->ipv6cp_hisoptions; local
908 BZERO(ho, sizeof(*ho));
975 ho->neg_ifaceid = 1;
976 ho->hisid = ifaceid;
995 ho->neg_vj = 1;
996 ho->vj_protocol = cishort;
1046 if (rc != CONFREJ && !ho->neg_ifaceid &&
1154 ipv6cp_options *ho = &pcb->ipv6cp_hisoptions; local
1162 if (!ho
1276 ipv6cp_options *ho = &pcb->ipv6cp_hisoptions; local
[all...]
H A Dmultilink.c122 lcp_options *ho = &lcp_hisoptions[0]; local
131 if (!go->neg_mrru || !ho->neg_mrru) {
136 /* XXX should check the peer_authname and ho->endpoint
141 if (!go->neg_mrru || !ho->neg_mrru) {
145 mtu = ho->neg_mru? ho->mru: PPP_MRU;
169 if (ho->neg_endpoint)
170 l += 3 * ho->endpoint.length + 8;
179 if (ho->neg_endpoint || bundle_name)
181 if (ho
[all...]
H A Dlcp.c1823 lcp_options *ho = &pcb->lcp_hisoptions; local
1840 BZERO(ho, sizeof(*ho));
1895 ho->neg_mru = 1; /* Remember he sent MRU */
1896 ho->mru = cishort; /* And remember value */
1918 ho->neg_asyncmap = 1;
1919 ho->asyncmap = cilong;
1960 || ho->neg_chap
1963 || ho->neg_eap
1989 ho
2293 lcp_options *ho = &pcb->lcp_hisoptions; local
[all...]
H A Dauth.c743 lcp_options *ho = &pcb->lcp_hisoptions; local
830 if (ho->neg_eap) {
836 if (ho->neg_chap) {
837 chap_auth_with_peer(pcb, pcb->settings.user, CHAP_DIGEST(ho->chap_mdtype));
842 if (ho->neg_upap) {
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bn/
H A Dbn_lcl.h414 #define sqr64(lo,ho,in) \
428 (ho)=h; \
/barrelfish-2018-10-04/lib/lua/src/
H A Dlgc.c881 GCheader *ho = gch(o); local
882 if (g->sweepgc == &ho->next) { /* avoid removing current sweep object */
888 *p = ho->next; /* remove 'o' from root list */
889 ho->next = g->finobj; /* link it in list 'finobj' */
891 l_setbit(ho->marked, SEPARATED); /* mark it as such */
/barrelfish-2018-10-04/usr/eclipseclp/Shm/src/
H A Dconfigure437 -host | --host | --hos | --ho)
439 -host=* | --host=* | --hos=* | --ho=*)
/barrelfish-2018-10-04/usr/eclipseclp/
H A Dconfigure989 -host | --host | --hos | --ho)
991 -host=* | --host=* | --hos=* | --ho=*)

Completed in 145 milliseconds