HomeSort by relevance Sort by last modified time
    Searched defs:ip (Results 1 - 25 of 320) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /onnv/onnv-gate/usr/src/lib/libdhcpsvc/modules/nisplus/
nisplus_impl.c 54 struct in_addr ip; local
66 return (inet_pton(AF_INET, (const char *)bufp, (void *)&ip) == 0);
  /onnv/onnv-gate/usr/src/lib/libeti/menu/common/
menuopts.c 41 ITEM **ip; local
63 for (ip = Items(m); *ip; ip++) {
65 Value(*ip) = FALSE;
connect.c 48 ITEM **ip; local
51 for (ip = Items(m); *ip; ip++) {
52 if (NameLen(*ip) > maxn) {
53 maxn = NameLen(*ip);
55 if (DescriptionLen(*ip) > maxd) {
56 maxd = DescriptionLen(*ip);
66 ITEM **ip; local
70 for (ip = items; *ip; ip++)
118 ITEM **ip; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
x86pi_chassis.c 45 smbios_info_t ip; local
56 rv = smbios_info_common(shp, smb_id, &ip);
69 ip.smbi_serial, 0);
70 ch_hcfmri.version = x86pi_cleanup_smbios_str(mod, ip.smbi_version, 0);
72 ip.smbi_manufacturer, 0);
  /onnv/onnv-gate/usr/src/lib/efcode/engine/
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;
94 token_t *ip; local
96 ip = IP;
97 IP = 0
106 token_t *ip, *wa; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libdtrace/common/
dt_inttab.c 38 dt_inttab_t *ip; local
42 if ((ip = dt_zalloc(dtp, sizeof (dt_inttab_t))) == NULL ||
43 (ip->int_hash = dt_zalloc(dtp, sizeof (void *) * len)) == NULL) {
44 dt_free(dtp, ip);
48 ip->int_hdl = dtp;
49 ip->int_hashlen = len;
51 return (ip);
55 dt_inttab_destroy(dt_inttab_t *ip)
59 for (hp = ip->int_head; hp != NULL; hp = np) {
61 dt_free(ip->int_hdl, hp)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/ufs/
ufs_xattr.c 67 struct inode *ip, *sdp; local
70 ip = VTOI(dvp);
72 if (ip && ((ip->i_oeftflag) != 0)) {
75 error = ufs_iget(vfsp, ip->i_oeftflag, sip, cr);
89 (int)ip->i_number, (int)sdp->i_number);
98 error = ufs_xattrmkdir(ip, sip, 1, cr);
105 error = ufs_xattrmkdir(ip, sip, 1, cr);
119 ufs_unhook_shadow(struct inode *ip, struct inode *sip)
121 struct vnode *datavp = ITOV(ip);
    [all...]
  /onnv/onnv-gate/usr/src/lib/mms/pg/common/
pg_host_ident.c 34 * Postgres server library for MMS client ip address.
47 char ip[MMS_IP_IDENT_LEN+1]; local
79 /* find ident (ip address), host_str is a host name or ip address */
80 if ((ident = mms_host_ident(host_str, host, ip)) == NULL) {
85 /* ident is what mm uses internally (ip address) */
  /onnv/onnv-gate/usr/src/lib/libast/common/port/
astquery.c 48 Sfio_t* ip; local
73 ip = rfp;
78 ip = sfstdin;
84 for (n = c = sfgetc(ip);; c = sfgetc(ip))
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/rpc.nisd/
resolv_common.h 56 unsigned long ip; member in struct:ypfwdreq_key4
  /onnv/onnv-gate/usr/src/common/openssl/crypto/bio/
bss_fd.c 171 int *ip; local
193 ip=(int *)ptr;
194 if (ip != NULL) *ip=b->num;
bss_sock.c 168 int *ip; local
190 ip=(int *)ptr;
191 if (ip != NULL) *ip=b->num;
  /onnv/onnv-gate/usr/src/grub/grub-0.97/netboot/
igmp.h 21 struct igmp_ip_t { /* Format of an igmp ip packet */
22 struct iphdr ip; member in struct:igmp_ip_t
  /onnv/onnv-gate/usr/src/grub/grub-0.97/stage2/
zfs_fletcher.c 32 const uint64_t *ip = buf; local
33 const uint64_t *ipend = ip + (size / sizeof (uint64_t));
36 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) {
37 a0 += ip[0];
38 a1 += ip[1];
49 const uint64_t *ip = buf; local
50 const uint64_t *ipend = ip + (size / sizeof (uint64_t));
53 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2)
66 const uint32_t *ip = buf; local
83 const uint32_t *ip = buf; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
rec_delete.c 162 indx_t *ip, cnt, offset; local
191 for (cnt = &h->linp[idx] - (ip = &h->linp[0]); cnt--; ++ip)
192 if (ip[0] < offset)
193 ip[0] += nbytes;
194 for (cnt = &h->linp[NEXTINDEX(h)] - ip; --cnt; ++ip)
195 ip[0] = ip[1] < offset ? ip[1] + nbytes : ip[1]
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/port/gen/
getopt.c 132 char *ip; /* ptr into optstring, traverses every char */ local
136 cp = ip = (char *)optstring;
138 if (*ip != '(' && *++ip == '\0')
140 if (*ip == ':' && *++ip == '\0')
142 while (*ip == '(') {
143 if (*++ip == '\0')
147 while (*ip != ')' && *ip != '\0' && *op != '\0'
    [all...]
  /onnv/onnv-gate/usr/src/lib/print/libhttp-core/common/
http-addr.c 31 * httpAddrString() - Convert an IP address to a dotted string.
32 * httpGetHostByName() - Lookup a hostname or IP address, and return
219 * 'httpAddrString()' - Convert an IP address to a dotted string.
222 char * /* O - IP string */
264 * 'httpGetHostByName()' - Lookup a hostname or IP address, and return
269 httpGetHostByName(const char *name) /* I - Hostname or IP address */
272 unsigned ip[4]; /* IP address components */ local
275 static struct hostent host_ip; /* Host entry for IP/domain address */
290 * IP addresses. If the first character of the name string is
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/ipf/netinet/
ip_netbios_pxy.c 104 ip_t *ip; local
118 ip = fin->fin_ip;
120 off = (char *)udp - (char *)ip + sizeof(*udp) + fin->fin_ipoff;
124 * ip header;
133 dgmbuf[0] = (char)((ip->ip_src.s_addr ) &0xFF);
134 dgmbuf[1] = (char)((ip->ip_src.s_addr >> 8) &0xFF);
135 dgmbuf[2] = (char)((ip->ip_src.s_addr >> 16)&0xFF);
136 dgmbuf[3] = (char)((ip->ip_src.s_addr >> 24)&0xFF);
  /onnv/onnv-gate/usr/src/uts/common/io/lvm/md/
md_error.c 77 md_void_error_t *ip = &ep->info.md_error_info_t_u.void_error; local
81 ip->errnum = errnum;
95 md_sys_error_t *ip = &ep->info.md_error_info_t_u.sys_error; local
99 ip->errnum = errnum;
114 md_dev_error_t *ip = &ep->info.md_error_info_t_u.dev_error; local
118 ip->errnum = errnum;
119 ip->dev = (md_dev64_t)dev;
134 md_md_error_t *ip = &ep->info.md_error_info_t_u.md_error; local
138 ip->errnum = errnum;
139 ip->mnum = mnum
155 md_comp_error_t *ip = &ep->info.md_error_info_t_u.comp_error; local
176 md_hsp_error_t *ip = &ep->info.md_error_info_t_u.hsp_error; local
197 md_hs_error_t *ip = &ep->info.md_error_info_t_u.hs_error; local
219 md_mddb_error_t *ip = &ep->info.md_error_info_t_u.mddb_error; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libsmbfs/smb/
getaddr.c 89 const char *ip; local
96 ip = inet_ntop(AF_INET, &sin->sin_addr,
101 ip = inet_ntop(AF_INET6, &sin6->sin6_addr,
105 ip = "?";
108 printf(" IP=%s\n", ip);
153 * normal name-to-IP address mechanisms.
186 * If regular IP name lookup failed, try NetBIOS,
  /onnv/onnv-gate/usr/src/lib/libast/common/string/
fmtfs.c 59 register Id_t* ip; local
75 else if (ip = (Id_t*)dtmatch(dict, &st->st_dev))
76 return ip->name;
84 if (!dict || !(ip = newof(0, Id_t, 1, strlen(s))))
93 strcpy(ip->name, s);
96 dtinsert(dict, ip);
97 return ip->name;
fmtgid.c 62 register Id_t* ip; local
76 else if (ip = (Id_t*)dtmatch(dict, &gid))
77 return ip->name;
93 if (dict && (ip = newof(0, Id_t, 1, strlen(name))))
95 ip->id = gid;
96 strcpy(ip->name, name);
97 dtinsert(dict, ip);
98 return ip->name;
fmtuid.c 62 register Id_t* ip; local
76 else if (ip = (Id_t*)dtmatch(dict, &uid))
77 return ip->name;
93 if (dict && (ip = newof(0, Id_t, 1, strlen(name))))
95 ip->id = uid;
96 strcpy(ip->name, name);
97 dtinsert(dict, ip);
98 return ip->name;
strgid.c 72 register Id_t* ip; local
86 else if (ip = (Id_t*)dtmatch(dict, name))
87 return ip->id;
114 if (dict && (ip = newof(0, Id_t, 1, strlen(name))))
116 strcpy(ip->name, name);
117 ip->id = id >= 0 ? id : -2;
118 dtinsert(dict, ip);
struid.c 67 register Id_t* ip; local
80 else if (ip = (Id_t*)dtmatch(dict, name))
81 return ip->id;
102 if (dict && (ip = newof(0, Id_t, 1, strlen(name))))
104 strcpy(ip->name, name);
105 ip->id = id >= 0 ? id : -2;
106 dtinsert(dict, ip);

Completed in 3120 milliseconds

1 2 3 4 5 6 7 8 91011>>