Searched refs:op_t (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/head/
H A Dnss_netdir.h56 nss_netdir_op_t op_t; member in struct:nss_netdirbyname_in
94 nss_netdir_op_t op_t; member in struct:nss_netdirbyaddr_in
/illumos-gate/usr/src/lib/libsocket/inet/
H A Dgetservbyname_r.c71 nssin.op_t = NSS_SERV;
105 nssin.op_t = NSS_SERV;
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgethostbyname_r.c126 nssin.op_t = NSS_HOST;
169 nssin.op_t = NSS_HOST;
H A Dgetipnodeby.c282 nssin.op_t = NSS_HOST6;
322 nssin.op_t = NSS_HOST;
508 nssin.op_t = NSS_HOST6;
592 nssin.op_t = NSS_HOST6;
642 nssin.op_t = NSS_HOST6;
H A Dnetdir_inet.c205 switch (args->op_t) {
348 * when args->op_t == NETDIR_BY.
498 switch (args->op_t) {
726 switch (args->op_t) {
826 switch (args->op_t) {
921 switch (args->op_t) {
979 if (args->op_t != NETDIR_BY_NOSRV && sa->sin_port != 0) {
1074 if (args->op_t != NETDIR_BY_NOSRV6 && sin6->sin6_port == 0) {
1135 switch (args->op_t) {
/illumos-gate/usr/src/lib/libnsl/netdir/
H A Dnetdir.c172 nssin.op_t = NETDIR_BY;
190 nssin.op_t = NETDIR_BY6;
279 nssin.op_t = NETDIR_BY;
289 nssin.op_t = NETDIR_BY6;
313 nssin.op_t = NETDIR_BY_NOSRV;
323 nssin.op_t = NETDIR_BY_NOSRV6;

Completed in 61 milliseconds