Searched refs:IP (Results 1 - 25 of 26) sorted by relevance

12

/osnet-11/usr/src/lib/efcode/engine/
H A Dinterp.c47 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 Dtracing.c167 IP = 0;
H A Ddebug.c89 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 Dforth.c283 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 Dinteractive.c170 IP = 0;
177 IP = new.ip;
187 new.ip = IP;
H A Dinterface.c249 IP = 0;
H A Dfcode.c209 strptr = (uchar_t *)IP;
214 IP = (token_t *)strptr;
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Din.h6 #define IP 0x0800 macro
H A Dnic.c7 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 Dundi.c1058 case IP : undi.pxs->undi_transmit.Protocol = P_IP; break;
/osnet-11/usr/src/lib/libcrypt/common/
H A Dllib-lcrypt55 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 Ddes_decrypt.c37 _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 Ddes_encrypt.c37 des_encrypt1(char *block, char *L, char *IP, char *R, char *preS, char *E, argument
49 L[j] = block[IP[j]-1];
H A Ddes_crypt.c53 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 Dhelp2man342 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 Dafsstring2key.c227 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 DFast.pm168 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 Dengine.h240 #define IP (env->ip) macro
/osnet-11/usr/src/lib/libc/port/gen/
H A Dcrypt.c823 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 DPing.pm52 # 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 DINET.pm334 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 DSocket.pm146 representing the IP address (you can use inet_ntoa() to convert the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH232 * 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 DCPAN.pm6943 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 DCGI.pm3216 # 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

Completed in 116 milliseconds

12