Searched refs:ip (Results 251 - 275 of 755) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dsocks.c171 unsigned short ip[4]; local
175 &ip[0], &ip[1], &ip[2], &ip[3])) {
177 socksreq[4] = (unsigned char)ip[0];
178 socksreq[5] = (unsigned char)ip[1];
179 socksreq[6] = (unsigned char)ip[2];
180 socksreq[7] = (unsigned char)ip[3];
H A Dif2ip.c102 char *ip; local
129 ip = (char *) Curl_inet_ntop(af, addr, ipstr, sizeof(ipstr));
130 snprintf(buf, buf_size, "%s%s", ip, scope);
/macosx-10.9.5/Heimdal-323.92.1/appl/ftp/ftp/
H A Dftp.c1507 struct comvars *ip, *op; local
1514 ip = &tmpstruct;
1520 ip = &proxstruct;
1524 ip->connect = connected;
1527 strlcpy (ip->name, hostname, sizeof (ip->name));
1529 ip->name[0] = 0;
1531 ip->hctl = hisctladdr_ss;
1533 ip->mctl = myctladdr_ss;
1535 ip
[all...]
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-nfs.c44 #include "ip.h"
162 struct ip *ip; local
174 switch (IP_V((struct ip *)bp)) {
176 ip = (struct ip *)bp;
177 strlcpy(srcaddr, ipaddr_string(&ip->ip_src), sizeof(srcaddr));
178 strlcpy(dstaddr, ipaddr_string(&ip->ip_dst), sizeof(dstaddr));
936 struct ip *ip local
991 struct ip *ip = (struct ip *)bp; local
[all...]
/macosx-10.9.5/network_cmds-433/natd.tproj/
H A Dnatd.c55 #include <netinet/ip.h>
117 static char* FormatPacket (struct ip*);
118 static void PrintPacket (struct ip*);
119 static void SyslogPacket (struct ip*, int priority, const char *label);
688 struct ip* ip; local
716 ip = (struct ip*) packetBuf;
730 switch (ip->ip_p) {
744 printf ("[%d] ", ip
1263 PrintPacket(struct ip* ip) argument
1268 SyslogPacket(struct ip* ip, int priority, const char *label) argument
1273 FormatPacket(struct ip* ip) argument
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb_int.h441 #define ENV_ENTER(env, ip) do { \
445 ip = NULL; \
448 __env_set_state(env, &(ip), THREAD_ACTIVE)) != 0) \
453 #define ENV_GET_THREAD_INFO(env, ip) ENV_ENTER(env, ip)
456 #define ENV_LEAVE(env, ip) do { \
457 if ((ip) != NULL) { \
458 DB_ASSERT(env, (ip)->dbth_state == THREAD_ACTIVE); \
459 (ip)->dbth_state = THREAD_OUT; \
463 #define ENV_LEAVE(env, ip) d
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb_int.h440 #define ENV_ENTER(env, ip) do { \
444 ip = NULL; \
447 __env_set_state(env, &(ip), THREAD_ACTIVE)) != 0) \
452 #define ENV_GET_THREAD_INFO(env, ip) ENV_ENTER(env, ip)
455 #define ENV_LEAVE(env, ip) do { \
456 if ((ip) != NULL) { \
457 DB_ASSERT(env, (ip)->dbth_state == THREAD_ACTIVE); \
458 (ip)->dbth_state = THREAD_OUT; \
462 #define ENV_LEAVE(env, ip) d
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb_int.h443 #define ENV_ENTER(env, ip) do { \
447 ip = NULL; \
450 __env_set_state(env, &(ip), THREAD_ACTIVE)) != 0) \
455 #define ENV_GET_THREAD_INFO(env, ip) ENV_ENTER(env, ip)
458 #define ENV_LEAVE(env, ip) do { \
459 if ((ip) != NULL) { \
460 DB_ASSERT(env, (ip)->dbth_state == THREAD_ACTIVE); \
461 (ip)->dbth_state = THREAD_OUT; \
465 #define ENV_LEAVE(env, ip) d
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb_int.h440 #define ENV_ENTER(env, ip) do { \
444 ip = NULL; \
447 __env_set_state(env, &(ip), THREAD_ACTIVE)) != 0) \
452 #define ENV_GET_THREAD_INFO(env, ip) ENV_ENTER(env, ip)
455 #define ENV_LEAVE(env, ip) do { \
456 if ((ip) != NULL) { \
457 DB_ASSERT(env, (ip)->dbth_state == THREAD_ACTIVE); \
458 (ip)->dbth_state = THREAD_OUT; \
462 #define ENV_LEAVE(env, ip) d
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb_int.h440 #define ENV_ENTER(env, ip) do { \
444 ip = NULL; \
447 __env_set_state(env, &(ip), THREAD_ACTIVE)) != 0) \
452 #define ENV_GET_THREAD_INFO(env, ip) ENV_ENTER(env, ip)
455 #define ENV_LEAVE(env, ip) do { \
456 if ((ip) != NULL) { \
457 DB_ASSERT(env, (ip)->dbth_state == THREAD_ACTIVE); \
458 (ip)->dbth_state = THREAD_OUT; \
462 #define ENV_LEAVE(env, ip) d
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/db/
H A Ddb_cds.c131 DB_THREAD_INFO *ip; local
142 ENV_ENTER(env, ip);
175 ENV_LEAVE(env, ip);
H A Ddb_join.c246 DB_THREAD_INFO *ip; local
253 ENV_ENTER(env, ip);
267 err: ENV_LEAVE(env, ip);
306 DB_THREAD_INFO *ip; local
348 ENV_ENTER(env, ip);
365 err: ENV_LEAVE(env, ip);
720 DB_THREAD_INFO *ip; local
740 ENV_ENTER(env, ip);
760 ENV_LEAVE(env, ip);
874 __db_join_primget(dbp, ip, tx
[all...]
/macosx-10.9.5/curl-78.94.1/curl/tests/
H A Druntests.pl690 # Verify that the server that runs on $ip, $port is our server. This also
696 my ($proto, $ipvnum, $idnum, $ip, $port) = @_;
721 $flags .= "\"$proto://$ip:$port/${bonus}verifiedserver\"";
759 logmsg "RUN: failed to resolve host ($proto://$ip:$port/verifiedserver)\n";
770 # Verify that the server that runs on $ip, $port is our server. This also
776 my ($proto, $ipvnum, $idnum, $ip, $port) = @_;
803 $flags .= "\"$proto://$ip:$port/verifiedserver\"";
842 # Verify that the server that runs on $ip, $port is our server. This also
848 my ($proto, $ipvnum, $idnum, $ip, $port) = @_;
866 $flags .= "\"http://$ip
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/log/
H A Dlog_stat.c33 DB_THREAD_INFO *ip; local
46 ENV_ENTER(env, ip);
48 ENV_LEAVE(env, ip);
115 DB_THREAD_INFO *ip; local
128 ENV_ENTER(env, ip);
130 ENV_LEAVE(env, ip);
/macosx-10.9.5/files-638.1.4/private/etc/
H A Dprotocols9 ip 0 IP # internet protocol, pseudo protocol number
90 iso-ip 80 ISO-IP # ISO Internet Protocol
121 ipx-in-ip 111 IPX-in-IP # IPX in IP
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A Dhelper.c61 #include <netinet/ip.h>
201 kern_return_t do_mDNSSetLocalAddressCacheEntry(__unused mach_port_t port, int ifindex, int family, v6addr_t ip, ethaddr_t eth, int *err, audit_token_t token) argument
204 #define IPv6FMTARGS ip[0], ip[1], ip[2], ip[3], ip[4], ip[5], ip[6], ip[
2421 struct ip ip; member in struct:packet4
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/mp/
H A Dmp_fget.c31 DB_THREAD_INFO *ip; local
70 ENV_ENTER(env, ip);
78 ret = __memp_fget(dbmfp, pgnoaddr, ip, txnp, flags, addrp);
89 ENV_LEAVE(env, ip);
102 __memp_fget(dbmfp, pgnoaddr, ip, txn, flags, addrp)
105 DB_THREAD_INFO *ip;
959 if (ip != NULL) {
961 if (ip->dbth_pincount == ip->dbth_pinmax) {
962 pinmax = ip
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/url/
H A Durl-ns.el48 (defun isInNet (ip net mask)
49 (let ((netc (split-string ip "\\."))
/macosx-10.9.5/ntp-88/scripts/
H A Dntpsweep.in68 Specify hosts file. File format is one hostname or ip number per line.
106 my($ip) = @_;
108 $addr = pack('C4', split(/\./, $ip));
114 return($ip);
/macosx-10.9.5/ruby-104/ruby/lib/drb/
H A Dacl.rb59 @pat = [:ip, IPAddr.new(str)]
97 when :ip
/macosx-10.9.5/screen-22/screen/
H A Dtty.sh1464 struct baud_values *ip, *op;
1466 if ((!(ip = lookup_baud(ibaud)) && ibaud != -1) ||
1471 if (ip) cfsetispeed(&m->tio, ip->sym);
1475 if (ip)
1479 m->tio.c_cflag |= (ip->sym & CBAUD) << IBSHIFT;
1491 if (ip) m->m_ttyb.sg_ispeed = ip->idx;
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/dns/
H A DipMore.tcl1 #temporary home until this gets cleaned up for export to tcllib ip module
13 # Additional commands for the tcllib ip package.
22 # package require ip
31 # namespace ::ip
53 if {[llength [info commands ::ip::prefixToNativec]]} {
55 interp alias {} ::ip::prefixToNative {} ::ip::prefixToNativec
56 interp alias {} ::ip::isOverlapNative {} ::ip::isOverlapNativec
59 interp alias {} ::ip
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/struct/tree/
H A Dshimmer.c14 static int from_any (Tcl_Interp* ip, Tcl_Obj* obj);
56 from_any (Tcl_Interp* ip, Tcl_Obj* obj) argument
/macosx-10.9.5/tcl-102/tk/tk/unix/
H A DtkUnixSelect.c317 TkSelInProgress ip;
319 ip.selPtr = selPtr;
320 ip.nextPtr = TkSelGetInProgress();
321 TkSelSetInProgress(&ip);
337 TkSelSetInProgress(ip.nextPtr);
338 if (ip.selPtr == NULL) {
811 TkSelInProgress ip;
928 ip.selPtr = selPtr;
929 ip.nextPtr = TkSelGetInProgress();
930 TkSelSetInProgress(&ip);
315 TkSelInProgress ip; local
806 TkSelInProgress ip; local
1319 TkSelInProgress ip; local
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/unix/
H A DtkUnixSelect.c324 TkSelInProgress ip;
325 ip.selPtr = selPtr;
326 ip.nextPtr = TkSelGetInProgress();
327 TkSelSetInProgress(&ip);
343 TkSelSetInProgress(ip.nextPtr);
344 if (ip.selPtr == NULL) {
819 TkSelInProgress ip;
936 ip.selPtr = selPtr;
937 ip.nextPtr = TkSelGetInProgress();
938 TkSelSetInProgress(&ip);
322 TkSelInProgress ip; local
814 TkSelInProgress ip; local
1330 TkSelInProgress ip; local
[all...]

Completed in 327 milliseconds

<<11121314151617181920>>