/osnet-11/usr/src/lib/efcode/engine/ |
H A D | interp.c | 47 if (IP == NULL) 49 WA = (token_t *) *IP; 50 IP++; 81 IP = (token_t *) POP(RS); 87 PUSH(RS, (fstack_t) IP); 88 IP = WA; 96 ip = IP; 97 IP = 0; 100 IP = ip; 110 * force IP t [all...] |
H A D | tracing.c | 167 IP = 0;
|
H A D | debug.c | 89 if (IP) { 91 log_message(msglevel, "%s ", acf_backup_search(env, IP)); 446 } else if ((token_t)IP >= debug_low[top] && 447 (token_t)IP <= debug_high[top]) { 461 if ((token_t)(IP - 1) == debug_high[top]) { 509 log_message(MSG_FC_DEBUG, "IP=%p, *IP=%p, WA=%p, *WA=%p ", IP, 510 (IP ? *IP [all...] |
H A D | forth.c | 283 IP = (token_t *)POP(RS); 465 PUSH(DS, *IP); 466 IP++; 1766 IP = BRANCH_IP(IP); 1777 IP++; 1779 IP = BRANCH_IP(IP); 1792 IP++; 1794 IP [all...] |
H A D | interactive.c | 170 IP = 0; 177 IP = new.ip; 187 new.ip = IP;
|
H A D | interface.c | 249 IP = 0;
|
H A D | fcode.c | 209 strptr = (uchar_t *)IP; 214 IP = (token_t *)strptr;
|
/osnet-11/usr/src/grub/grub-0.97/netboot/ |
H A D | in.h | 6 #define IP 0x0800 macro
|
H A D | nic.c | 7 IP - RFC791 193 if (t == IP) twiddle(); 213 IPCHKSUM - Checksum IP Header 262 DEFAULT_NETMASK - Return default netmask for IP address 276 IP_TRANSMIT - Send an IP datagram 307 eth_transmit(broadcast, IP, len, buf); 319 eth_transmit(multicast, IP, len, buf); 337 arpreq.protocol = htons(IP); 356 eth_transmit(arptable[arpentry].node, IP, len, buf); 453 * Get IP addres [all...] |
H A D | undi.c | 1058 case IP : undi.pxs->undi_transmit.Protocol = P_IP; break;
|
/osnet-11/usr/src/lib/libcrypt/common/ |
H A D | llib-lcrypt | 55 void _des_decrypt1(char *block, char *L, char *IP, char *R, char *preS, 60 void des_encrypt1(char *block, char *L, char *IP, char *R, char *preS, 63 void _des_encrypt1(char *block, char *L, char *IP, char *R, char *preS,
|
H A D | des_decrypt.c | 37 _des_decrypt1(char *block, char *L, char *IP, char *R, char *preS, char *E, char KS[][48], char S[][64], char *f, char *tempL, char *P, char *FP) argument 48 L[j] = block[IP[j]-1];
|
H A D | des_encrypt.c | 37 des_encrypt1(char *block, char *L, char *IP, char *R, char *preS, char *E, argument 49 L[j] = block[IP[j]-1];
|
H A D | des_crypt.c | 53 static char IP[] = { variable 65 * Final permutation, FP = IP^(-1) 303 (void) _des_decrypt1(block, L, IP, &L[32], 306 (void) des_encrypt1(block, L, IP, &L[32],
|
/osnet-11/usr/src/grub/grub-0.97/docs/ |
H A D | help2man | 342 my $break = '.IP'; 400 $content = ".IP\n\x83$2\n"; 463 .IP
|
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/crypto/des/ |
H A D | afsstring2key.c | 227 static const char IP[] = { variable 239 * Final permutation, FP = IP^(-1) 520 L[j] = block[IP[j]-1];
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/ |
H A D | Fast.pm | 168 FastCGI supports a TCP/IP transport mechanism which allows FastCGI scripts to run 183 The address (TCP/IP) or path (UNIX Domain) of the socket the external FastCGI
|
/osnet-11/usr/src/lib/efcode/include/fcode/ |
H A D | engine.h | 240 #define IP (env->ip) macro
|
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | crypt.c | 823 static const char IP[] = { variable 1028 L[j] = block[IP[j]-1];
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/ |
H A D | Ping.pm | 52 # name/IP and an optional timeout in seconds. Create a tcp ping 57 my ($host, # Name or IP number of host to ping 195 # Description: Set the local IP address from which pings will be sent. 202 $local_addr # Name or IP number of local interface 204 my ($ip # Packed IP number of $local_addr 337 # Description: Ping a host name or IP number with an optional timeout. 345 $host, # Name or IP number of host to ping 348 my ($ip, # Packed IP number of $host 389 $ip, # Packed IP number of the host 408 $ip, # Packed IP numbe [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/Socket/ |
H A D | INET.pm | 334 The C<PeerAddr> can be a hostname or the IP-address on the
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/ |
H A D | Socket.pm | 146 representing the IP address (you can use inet_ntoa() to convert the
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | config_h.SH | 232 * inet_aton() function is available to parse IP address "dotted-quad" 1674 * available to look up hosts by their IP addresses. 1721 * available to look up networks by their IP addresses.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | CPAN.pm | 6943 normally created by sending the remote server your IP address and then 6959 =item IP Masquerade 6962 hide a complete network behind one IP address. With this firewall no
|
H A D | CGI.pm | 3216 # Return the name of the remote host, or its IP 3230 # Return the IP addr of the remote host. 7604 Returns either the remote host name or IP address. 7609 Returns the remote host IP address, or
|