search for: option_t

Displaying 4 results from an estimated 4 matches for "option_t".

Did you mean: option_a
2006 Feb 02
1
What''s the javascript to submit an AJAX Form?
...an ajax form? In this snippet, the INPUT generated by #submit_tag works OK, but the anchor results in the AJAX replacing the whole page? Can I make the anchor/href submit the AJAX form as well? Thank you! I have this (list.rhtml): <%= form_remote_tag :url => {:action=>:ajax_list_option_table}, :html => {:name=>''option_list_form''}, :update => ''option_table'', :complete => "Toggle.display(''auto_link_link'')"; %> <h1>Options</...
1999 Sep 30
1
A little utility for checking socket settings
...even tiny packets = 0 */ #include <stdio.h> #include <sys/types.h> /* for getuid() */ #include <unistd.h> #include <sys/socket.h> /* For socket() */ #include <netinet/in.h> /* For protocol numbers. */ #include <netinet/tcp.h> /* For options. */ typedef struct option_t { int name; char *printable; } OPTION; main() { int s; OPTION so_option[] = { { SO_ACCEPTCONN, "SO_ACCEPTCON: accepting connections" }, { SO_BROADCAST, "SO_BROADCAST, broadcast allowed" }, { SO_REU...
2007 Apr 18
0
[Bridge] BCP code ported to pppd 2.4.2
...eject received */ + NULL, /* Retransmission is necessary */ + NULL, /* Called to handle protocol-specific codes */ + "BCP" /* String name of protocol */ +}; + +/* + * Command-line options. + */ +static int bcp_setmaclocal __P((char **)); + +static option_t bcp_option_list[] = { + { "nobcp", o_bool, &bcp_protent.enabled_flag, "Disable BCP" }, + { "maclocal", o_special, (void *)bcp_setmaclocal, "set local MAC address", + OPT_PRIO | OPT_A2STRVAL | OPT_STATIC, bcp_maclocal_str }, + { NULL }...
2007 Apr 18
7
[Bridge] (no subject)
Dear Sir, I was trying to install bridge as we are installing scps gateway in our testbed.This requires us to install the bridge. Our Linux version is 2.4.18 ~3 and we are using redhat 7.2 Please let me know which is the bridge I should install and how to configure it. Before configuring the bridge what I should check in my configuration. Thanks for your time, Sincerely Rama ===== I hear