Searched refs:ip (Results 76 - 100 of 198) sorted by relevance

12345678

/osnet-11/usr/src/lib/libcmd/common/
H A Dtr.c420 * tr each char of ip and put results to op
425 trcopy(Tr_t* tr, Sfio_t* ip, Sfio_t* op, ssize_t ncopy) argument
440 if (!(inbuff = (unsigned char*)sfreserve(ip, SF_UNBOUND, SF_LOCKR)))
442 if (sfvalue(ip))
449 c = sfvalue(ip);
486 sfread(ip, inbuff, inp - inbuff);
490 sfread(ip, inbuff, c);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DWrap.pm29 my ($ip, $xp, @t) = @_;
35 my $lead = $ip;
36 my $ll = $columns - length(expand($ip)) - 1;
87 my ($ip, $xp, @raw) = @_;
93 my $x = wrap($ip, $xp, $pp);
100 my $ps = ($ip eq $xp) ? "\n\n" : "\n";
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_share.c2730 zfs_share_iter_t *ip; local
2745 ip = zfs_alloc(hdl, sizeof (*ip));
2746 ip->hdl = hdl;
2747 ip->share2flag = share2flag;
2748 ip->include_all = include_all;
2749 (void) strlcat(ip->mntpnt, mntpnt, sizeof (ip->mntpnt));
2750 (void) strlcat(ip->dataset, zfs_get_name(zhp), sizeof (ip
2806 zfs_share_iter_t *ip = arg; local
2873 zfs_share_iter_t *ip = arg; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dver.t190 my $ip = v2004.148.0.1;
192 eval { $host = gethostbyaddr($ip,&Socket::AF_INET) };
/osnet-11/usr/src/lib/efcode/include/fcode/
H A Dengine.h170 token_t *ip; member in struct:ERROR_FRAME
180 token_t *ip; /* instruction pointer */ member in struct:FCODE_ENV
240 #define IP (env->ip)
/osnet-11/usr/src/cmd/perl/5.8.4/utils/port/
H A DMapFiles160 foreach my $ip (keys(%{$inst{$f}})) {
165 $inst .= "/$ip" if ($ip);
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_util.c494 const char *ip; local
501 ip = inet_ntop(AF_INET, &sin->sin_addr,
506 ip = inet_ntop(AF_INET6, &sin6->sin6_addr,
510 ip = "?";
513 (void) printf(" IP=%s\n", ip);
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_getdevs.c125 md_sys_error_t *ip; local
167 ip = &mgd.mde.info.md_error_info_t_u.sys_error;
168 if (ip->errnum == ENODEV) {
186 ip = &mgd.mde.info.md_error_info_t_u.sys_error;
187 if (ip->errnum == ENODEV) {
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c628 uint8_t *ip; local
636 ip = la->la_array;
638 *value = (uint64_t)ip[0] << 56 | (uint64_t)ip[1] << 48 |
639 (uint64_t)ip[2] << 40 | (uint64_t)ip[3] << 32 |
640 (uint64_t)ip[4] << 24 | (uint64_t)ip[5] << 16 |
641 (uint64_t)ip[6] << 8 | (uint64_t)ip[
[all...]
H A Dfs.h89 * information in the inode, using the ``blksize(fs, ip, lbn)'' macro.
433 #define blksize(fs, ip, lbn) \
434 (((lbn) >= NDADDR || (ip)->i_size >= ((lbn) + 1) << (fs)->fs_bshift) \
436 : (fragroundup(fs, blkoff(fs, (ip)->i_size))))
H A Dufs2.h410 #define blksize(fs, ip, lbn) \
411 (((lbn) >= NDADDR || (ip)->i_size >= smalllblktosize(fs, (lbn) + 1)) \
413 : (fragroundup(fs, blkoff(fs, (ip)->i_size))))
/osnet-11/usr/src/lib/libdhcpsvc/private/
H A Dprivate.c459 struct in_addr ip, mask; local
462 if ((ip.s_addr = inet_addr(name)) == INADDR_BROADCAST)
464 ip.s_addr = ntohl(ip.s_addr);
465 get_netmask4(&ip, &mask);
476 error = api.remove_dn(ddp->d_location, &ip, &mask);
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dfsys_tftp.c66 unsigned short ptype __unused, struct iphdr *ip,
74 if (arptable[ARP_CLIENT].ipaddr.s_addr != ip->dest.s_addr)
104 len = sizeof(tp.ip) + sizeof(tp.udp) + sizeof(tp.opcode) +
178 len = sizeof(tp.ip) + sizeof(tp.udp) + sizeof(tp.opcode) + sizeof(tp.u.err.errcode) +
353 + sizeof (tp.ip) + sizeof (tp.udp)
623 + sizeof (tp.ip) + sizeof (tp.udp) + sizeof (tp.opcode) + 1);
65 await_tftp(int ival, void *ptr __unused, unsigned short ptype __unused, struct iphdr *ip, struct udphdr *udp) argument
/osnet-11/usr/src/lib/fm/topo/modules/common/bay/common/
H A Dbay_util.c408 char ip[MAXNAMELEN]; local
411 rv = get_str_prop(dnode, DI_PATH_NIL, node1_prop_str, ip);
424 if (cmp_str(ip, ap)) {
437 if (cmp_str(ip, ap)) {
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dgenaddrs.c39 #include <inet/ip.h>
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/pc/
H A Dfreedos.c51 .ip = 0,
H A Dntldr.c50 .ip = 0,
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dicmp.c20 #include <grub/net/ip.h>
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_index.cc313 transfer_aux(XDR* x, pptr ip) argument
315 return (xdr_db_index(x, (db_index*) ip));
/osnet-11/usr/src/lib/libdtrace/common/
H A Dsmb.d26 #pragma D depends_on library ip.d
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dnvtree.c418 char *ip=0; local
507 ip = nv_namptr(*xp,0)->nvname;
521 if(ip)
523 sfprintf(out,"[%s] ",ip);
524 ip = 0;
/osnet-11/usr/src/lib/libdhcpsvc/modules/files/
H A Ddhcp_network.c708 * DHCP Network table for IP network `ip' located in directory `dir' with a
712 net2path(char *path, size_t pathlen, const char *dir, ipaddr_t ip, argument
716 DSVC_CONVER, ip >> 24, (ip >> 16) & 0xff, (ip >> 8) & 0xff,
717 ip & 0xff, suffix);
/osnet-11/usr/src/lib/libdhcpsvc/modules/files0/
H A Ddhcp_network.c610 * DHCP Network table for IP network `ip' located in directory `dir' with a
614 net2path(char *path, size_t pathlen, const char *dir, ipaddr_t ip, argument
617 (void) snprintf(path, pathlen, "%s/%d_%d_%d_%d%s", dir, ip >> 24,
618 (ip >> 16) & 0xff, (ip >> 8) & 0xff, ip & 0xff, suffix);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/
H A DSocket.pm85 Returns the 4-byte wildcard ip address which specifies any
86 of the hosts ip addresses. (A particular machine can have
87 more than one ip address, each address corresponding to
96 Returns the 4-byte 'this-lan' ip broadcast address.
112 Returns the 4-byte 'invalid' ip address. Normally equivalent
/osnet-11/usr/src/lib/libbsm/common/
H A Dadt_token.c230 * adt_to_tid -- generic address (ip is only one defined at present)
234 * ip type
247 au_ip_t *ip; local
258 ip = &(tid.gt_adr.at_ip);
260 ip->at_type = (type == ADT_IPv4) ?
263 ip->at_r_port = ((union convert *)p_data)->tuint16;
267 ip->at_l_port = ((union convert *)p_data)->tuint16;
273 (void) memcpy(ip->at_addr, p_data, ip->at_type);

Completed in 2448 milliseconds

12345678