Searched refs:n_addrtype (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dgetnetent_r.c168 nptr->n_addrtype = ne->n_addrtype;
198 nptr->n_addrtype = ne->n_addrtype;
H A Dgetnetent.c154 if (type == net_data->nw_last->n_addrtype &&
295 pvt->netent.n_addrtype = AF_INET;
310 if (!nwent || nwent->n_addrtype != AF_INET)
322 pvt->netent.n_addrtype = nwent->n_addrtype;
H A Dlcl_nw.c174 if (p->n_addrtype == type && p->n_length == length)
191 p->n_addrtype == type)
195 (p->n_addrtype == type))
290 pvt->net.n_addrtype = AF_INET;
H A Dirpmarshall.c1324 strcpy(nAddrType, ADDR_T_STR(ne->n_addrtype));
1326 if (inet_net_ntop(ne->n_addrtype, ne->n_addr, ne->n_length,
1448 ne->n_addrtype = naddrtype;
1499 strcpy(nAddrType, ADDR_T_STR(ne->n_addrtype));
1502 if (inet_ntop(ne->n_addrtype, &nval, nNet, sizeof nNet) == NULL) {
1620 ne->n_addrtype = naddrtype;
2007 printf("\nAddrtype: %s\n", ADDR_T_STR(ne.n_addrtype));
2008 inet_net_ntop(ne.n_addrtype, ne.n_addr, ne.n_length,
2012 inet_net_ntop(ne.n_addrtype, ne.n_addr, ne.n_length,
2019 ne.n_addrtype
[all...]
H A Dirp_nw.c201 nw->n_addrtype == type) {
H A Ddns_nw.c338 pvt->net.n_addrtype = af;
/osnet-11/usr/src/lib/libresolv/
H A Dnetdb.h72 int n_addrtype; /* net address type */ member in struct:netent
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A Dnetent.pm12 $n_addrtype $n_net
34 $n_addrtype = $nob->[2] = $_[2];
/osnet-11/usr/src/lib/libsocket/inet/
H A Dgetnetent_r.c191 net->n_addrtype = AF_INET;
/osnet-11/usr/src/lib/libresolv2/include/
H A Dirs.h190 int n_addrtype; /*%< net address type */ member in struct:nwent
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp_sys.c4844 sv_setiv(sv, (IV)nent->n_addrtype);

Completed in 53 milliseconds