Lines Matching defs:netid
45 * and destroyed. Two strings "netid" and "uaddr" are malloc'd
178 * the machine and *netid is set to the local netid for the transport
180 * is skipped and the uaddr/netid pair are used to fetch the netconfig
187 char *thost, char **uaddr, char **netid)
195 *useid = NULL; /* netid of selected xp */
262 * the netid of the transport.
305 if (*netid != 0) {
306 supplied.proto = *netid;
345 msg("unable to locate netconfig info for netid.");
457 msg("no netconfig info for netid.");
622 if (! *netid) {
623 *netid = strdup(useid);
624 if (! *netid) {
634 if (*netid)
635 free(*netid);