Searched refs:ip_address (Results 1 - 11 of 11) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/radius/radiusclient/login.radius/migs/
H A Dlogin.radius121 my $ip_address = $ENV{"RADIUS_FRAMED_IP_ADDRESS"};
123 if (!$ip_address || ($ip_address eq "255.255.255.254"))
127 $ip_address = join ('.', @ipn);
134 print "ip_address: $ip_address\n";
139 elsif ($ip_address eq "255.255.255.255")
143 $ip_address = "";
179 print "PPP session from ($ip_address_local) to $ip_address beginning....";
181 "$prog_pppd $ip_address_local:$ip_address mode
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/plugins/radius/radiusclient/login.radius/migs/
H A Dlogin.radius121 my $ip_address = $ENV{"RADIUS_FRAMED_IP_ADDRESS"};
123 if (!$ip_address || ($ip_address eq "255.255.255.254"))
127 $ip_address = join ('.', @ipn);
134 print "ip_address: $ip_address\n";
139 elsif ($ip_address eq "255.255.255.255")
143 $ip_address = "";
179 print "PPP session from ($ip_address_local) to $ip_address beginning....";
181 "$prog_pppd $ip_address_local:$ip_address mode
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/sample/tvdevice/linux/
H A Dupnp_tv_device_main.c126 char *ip_address = NULL, local
142 ip_address = argv[++i];
172 TvDeviceStart( ip_address, port, desc_doc_name, web_dir_path,
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/sample/tvdevice/
H A Dupnp_tv_device.c1936 * ip_address - ip address to initialize the sdk (may be NULL)
1949 TvDeviceStart( char *ip_address, argument
1965 ip_address, port );
1967 if( ( ret = UpnpInit( ip_address, port ) ) != UPNP_E_SUCCESS ) {
1973 if( ip_address == NULL ) {
1974 ip_address = UpnpGetServerIpAddress( );
1982 ip_address, port );
1990 snprintf( desc_doc_url, DESC_URL_SIZE, "http://%s:%d/%s", ip_address,
H A Dupnp_tv_device.h630 int TvDeviceStart(char * ip_address, unsigned short port,char * desc_doc_name,
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/sample/tvctrlpt/
H A Dupnp_tv_ctrlpt.c1356 char *ip_address = NULL; local
1364 ip_address, port );
1365 rc = UpnpInit( ip_address, port );
1372 if( NULL == ip_address )
1373 ip_address = UpnpGetServerIpAddress( );
1377 SampleUtil_Print( "UPnP Initialized (%s:%d)", ip_address, port );
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/intermezzo/
H A Dupcall.c362 int izo_upc_connect(int minor, __u64 ip_address, __u64 port, __u8 uuid[16], argument
381 hdr->u_offset = ip_address;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dip_nat_snmp_basic.c590 unsigned long ip_address; /* pointer */ member in struct:snmp_v1_trap
889 if (!asn1_octets_decode(ctx, end, (unsigned char **)&trap->ip_address, &len))
932 kfree((unsigned long *)trap->ip_address);
1124 kfree((unsigned long *)trap.ip_address);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Dip_nat_snmp_basic.c590 unsigned long ip_address; /* pointer */ member in struct:snmp_v1_trap
889 if (!asn1_octets_decode(ctx, end, (unsigned char **)&trap->ip_address, &len))
932 kfree((unsigned long *)trap->ip_address);
1124 kfree((unsigned long *)trap.ip_address);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dintermezzo_fs.h639 int izo_upc_connect(int minor, __u64 ip_address, __u64 port, __u8 uuid[16],
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dintermezzo_fs.h639 int izo_upc_connect(int minor, __u64 ip_address, __u64 port, __u8 uuid[16],

Completed in 191 milliseconds