Searched refs:answer (Results 1 - 25 of 38) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/igmpproxy/src/
H A Dlib.c118 u_short answer = 0; local
134 *(u_char *) (&answer) = *(u_char *)w ;
135 sum += answer;
143 answer = ~sum; /* truncate to 16 bits */
144 return(answer);
/asus-wl-520gu-7.0.1.45/src/router/ppp/contrib/pppgetpass/
H A Dpppgetpass.gtk.c22 GtkWidget *answer=clientdata; local
28 pass=gtk_entry_get_text(GTK_ENTRY(answer));
46 GtkWidget *mainwindow, *vbox, *question, *answer, *ok; local
77 answer=gtk_entry_new();
78 gtk_entry_set_visibility(GTK_ENTRY(answer), 0);
79 gtk_box_pack_start(GTK_BOX(vbox), answer, FALSE, TRUE, 0); local
80 gtk_widget_show(answer);
85 GTK_SIGNAL_FUNC(okpressed), answer); local
/asus-wl-520gu-7.0.1.45/src/router/pppd/contrib/pppgetpass/
H A Dpppgetpass.gtk.c22 GtkWidget *answer=clientdata; local
28 pass=gtk_entry_get_text(GTK_ENTRY(answer));
46 GtkWidget *mainwindow, *vbox, *question, *answer, *ok; local
77 answer=gtk_entry_new();
78 gtk_entry_set_visibility(GTK_ENTRY(answer), 0);
79 gtk_box_pack_start(GTK_BOX(vbox), answer, FALSE, TRUE, 0); local
80 gtk_widget_show(answer);
85 GTK_SIGNAL_FUNC(okpressed), answer); local
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/contrib/pppgetpass/
H A Dpppgetpass.gtk.c22 GtkWidget *answer=clientdata; local
28 pass=gtk_entry_get_text(GTK_ENTRY(answer));
46 GtkWidget *mainwindow, *vbox, *question, *answer, *ok; local
77 answer=gtk_entry_new();
78 gtk_entry_set_visibility(GTK_ENTRY(answer), 0);
79 gtk_box_pack_start(GTK_BOX(vbox), answer, FALSE, TRUE, 0); local
80 gtk_widget_show(answer);
85 GTK_SIGNAL_FUNC(okpressed), answer); local
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Ddns_decode.c180 /* decode all the answer rrs */
182 dns_decode_rr( &m->answer[i], buf, 0, header_start );
206 /* set according to the answer */
211 if( m->message.question[0].type == m->message.answer[i].type ){
213 if( m->message.answer[i].type == A
214 || m->message.answer[i].type == AAA ){
216 addr = (struct in_addr *)m->message.answer[i].data;
221 else if( m->message.answer[i].type == PTR ){
223 ptr = m->message.answer[i].data;
225 strncpy( m->ip, m->message.answer[
[all...]
H A Ddns.h43 struct dns_rr answer[NUM_RRS]; member in struct:dns_message
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Ddns_decode.c180 /* decode all the answer rrs */
182 dns_decode_rr( &m->answer[i], buf, 0, header_start );
206 /* set according to the answer */
211 if( m->message.question[0].type == m->message.answer[i].type ){
213 if( m->message.answer[i].type == A
214 || m->message.answer[i].type == AAA ){
216 addr = (struct in_addr *)m->message.answer[i].data;
221 else if( m->message.answer[i].type == PTR ){
223 ptr = m->message.answer[i].data;
225 strncpy( m->ip, m->message.answer[
[all...]
H A Ddns.h43 struct dns_rr answer[NUM_RRS]; member in struct:dns_message
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/fpsp040/
H A Dutil.S193 leal EXT_PINF,%a1 |answer is +/- infinity
197 leal EXT_PLRG,%a1 |answer is +/- large number
203 leal EXT_PINF,%a1 |answer is negative infinity
207 leal EXT_PLRG,%a1 |answer is large positive number
213 leal EXT_PLRG,%a1 |answer is large negative number
217 leal EXT_PINF,%a1 |answer is positive infinity
224 leal EXT_PINF,%a1 |answer is +/- infinity
228 leal DBL_PLRG,%a1 |answer is +/- large number
234 leal EXT_PINF,%a1 |answer is negative infinity
238 leal DBL_PLRG,%a1 |answer i
[all...]
/asus-wl-520gu-7.0.1.45/src/router/dproxy/
H A Ddns_decode.c165 /* decode all the answer rrs */
167 dns_decode_rr( &m->answer[i], buf, 0, header_start );
192 /* set according to the answer */
197 if( m->message.question[0].type == m->message.answer[i].type ){
199 if( m->message.answer[i].type == A
200 || m->message.answer[i].type == AAA ){
203 addr = (struct in_addr *)m->message.answer[i].data;
206 memcpy( &addr.s_addr, m->message.answer[i].data, 4 );
211 }else if( m->message.answer[i].type == PTR ){
213 ptr = m->message.answer[
[all...]
H A Ddns.h41 struct dns_rr answer[NUM_RRS]; member in struct:dns_message
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Daf_inet6.c114 struct inet_protosw *answer; local
121 answer = NULL;
124 answer = list_entry(p, struct inet_protosw, list);
127 if (protocol == answer->protocol) {
133 protocol = answer->protocol;
136 if (IPPROTO_IP == answer->protocol)
139 answer = NULL;
143 if (!answer)
145 if (answer->capability > 0 && !capable(answer
539 struct inet_protosw *answer; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/
H A DMenuconfig548 answer="`cat MCdialog.out`"
549 answer="${answer:-$3}"
553 if expr "$answer" : '0$' '|' "$answer" : '[1-9][0-9]*$' '|' "$answer" : '-[1-9][0-9]*$' >/dev/null
555 eval $2=\"$answer\"
582 answer="`cat MCdialog.out`"
583 answer="${answer
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Daf_inet.c323 struct inet_protosw *answer; local
331 answer = NULL;
334 answer = list_entry(p, struct inet_protosw, list);
337 if (protocol == answer->protocol) {
343 protocol = answer->protocol;
346 if (IPPROTO_IP == answer->protocol)
349 answer = NULL;
353 if (!answer)
355 if (answer->capability > 0 && !capable(answer
1039 struct inet_protosw *answer; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/include/
H A Dlibnetlink.h27 unsigned groups, struct nlmsghdr *answer,
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/e2fsck/
H A Dproblem.c1511 * "latched" together. This means that the user has to answer but one
1554 int answer = -1; local
1559 answer = fix_problem(ctx, ldesc->end_message, &pctx);
1562 return answer;
1615 int def_yn, answer, ans; local
1692 answer = -1;
1694 answer = def_yn;
1697 answer = def_yn;
1705 answer = 1;
1707 answer
[all...]
/asus-wl-520gu-7.0.1.45/src/router/ntpclient/
H A Dphaselock.c83 int search(int rp, int j, int s0, int s1, int sign, struct _seg *answer) argument
94 if (cinit || (slope < answer->slope) ^ sign) {
95 answer->slope = slope;
96 answer->offset = d_ring[n].s.ss[s0] +
/asus-wl-520gu-7.0.1.45/src/router/iproute2/lib/
H A Dlibnetlink.c208 unsigned groups, struct nlmsghdr *answer,
233 if (answer == NULL)
331 if (answer)
332 memcpy(answer, h, h->nlmsg_len);
341 if (answer) {
342 memcpy(answer, h, h->nlmsg_len);
207 rtnl_talk(struct rtnl_handle *rtnl, struct nlmsghdr *n, pid_t peer, unsigned groups, struct nlmsghdr *answer, int (*junk)(struct sockaddr_nl *,struct nlmsghdr *n, void *), void *jarg) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dipfwadm_core.c323 int answer; local
631 answer = FW_REDIRECT;
636 answer = FW_MASQUERADE;
639 answer = FW_ACCEPT;
642 answer = FW_REJECT;
644 answer = FW_BLOCK;
647 if((policy&IP_FW_F_PRN) && (answer == FW_REJECT || answer == FW_BLOCK))
662 return answer;
H A Dipchains_core.c459 /* This function returns a boolean which when true sets answer to one
461 static int find_special(ip_chainlabel label, int *answer) argument
464 *answer = FW_SKIP; /* => pass-through rule */
467 *answer = FW_ACCEPT;
470 *answer = FW_BLOCK;
473 *answer = FW_REJECT;
476 *answer = FW_REDIRECT;
479 *answer = FW_MASQUERADE;
482 *answer = FW_SKIP+1;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Dipfwadm_core.c323 int answer; local
631 answer = FW_REDIRECT;
636 answer = FW_MASQUERADE;
639 answer = FW_ACCEPT;
642 answer = FW_REJECT;
644 answer = FW_BLOCK;
647 if((policy&IP_FW_F_PRN) && (answer == FW_REJECT || answer == FW_BLOCK))
662 return answer;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/sc/
H A Dcommand.c28 int answer(int card, unsigned long channel);
142 return answer(card, cmd->arg);
287 int answer(int card, unsigned long channel) function
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dppp_deflate.c578 int answer = ppp_register_compressor(&ppp_deflate); local
579 if (answer == 0)
583 return answer;
H A Dbsd_comp.c1163 int answer = ppp_register_compressor(&ppp_bsd_compress); local
1164 if (answer == 0)
1166 return answer;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/
H A Disdn_bsdcomp.c929 int answer = isdn_ppp_register_compressor (&ippp_bsd_compress); local
930 if (answer == 0)
932 return answer;

Completed in 266 milliseconds

12