Lines Matching refs:address
29 * field is the IP host or network address. The second is the name of the
54 * This routine deals with old pre-CIDR subnet address specifications. In the
78 * This routine deals with old pre-CIDR network address specifications. In the
86 * This routine must compute the mask and left-align the address.
110 /* IPv4 address */
129 /* IPv6 address */
145 * IP address.
169 char *address = rhstrp->address;
184 *errstrp = address;
186 if (address == NULL || *address == '#' || *address == '\n') {
191 else if (address == NULL)
195 if (*address == '\0') {
211 if ((cp = strrchr(address, '/')) != NULL) {
212 len = cp - address;
218 (void) memcpy(addrbuf, address, len);
229 *errstrp = address;
234 (void) strlcpy(addrbuf, address, sizeof (addrbuf));
244 *errstrp = address;
250 address, rhentp->rh_template);