HomeSort by relevance Sort by last modified time
    Searched refs:so_family (Results 1 - 15 of 15) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/fs/sockfs/
socktpi.c 366 cp = (so->so_family == AF_UNIX) ? socktpi_unix_cache :
399 (so->so_family == AF_INET || so->so_family == AF_INET6) &&
437 if (so->so_family == AF_UNIX) {
488 ASSERT(so->so_family == AF_INET ||
489 so->so_family == AF_INET6);
595 ASSERT(so->so_family == AF_INET || so->so_family == AF_INET6);
603 sti->sti_laddr_sa->sa_family = so->so_family;
684 if (so->so_family == AF_UNIX)
    [all...]
sockcommon_sops.c 150 switch (so->so_family) {
153 error = name->sa_family != so->so_family ?
160 (name->sa_family != so->so_family)) {
172 * Force a zero sa_family to match so_family.
181 name->sa_family = so->so_family;
189 error = name->sa_family != so->so_family ?
195 if (name->sa_family != so->so_family) {
242 if (nl7c_enabled && ((so->so_family == AF_INET ||
243 so->so_family == AF_INET6) &&
    [all...]
sockstr.c 463 if (so->so_family == AF_INET6)
522 if (so->so_family == AF_UNIX) {
568 if (so->so_family == AF_INET &&
576 if (so->so_family == AF_INET6 &&
    [all...]
sockcommon.c 143 so = sp->sp_smod_info->smod_sock_create_func(sp, parent->so_family,
324 if (so->so_family == AF_UNIX)
546 so->so_family = family;
sockcommon_subr.c 1329 sp->sp_smod_info->smod_proto_create_func(so->so_family,
    [all...]
socksubr.c 550 family = so->so_family;
641 ASSERT(so->so_family == AF_UNIX);
    [all...]
socksyscalls.c 222 if (so->so_family == AF_UNIX && faddr[namelen - 1] != '\0') {
352 if (so1->so_family != AF_UNIX || so2->so_family != AF_UNIX) {
1082 if (so->so_family == AF_UNIX)
    [all...]
nl7curi.c     [all...]
  /onnv/onnv-gate/usr/src/uts/common/c2/
audit_event.c 3392 short so_family, so_type; local
3487 short so_family, so_type; local
3563 short so_family, so_type; local
3650 short so_family, so_type; local
3746 short so_family, so_type; local
3911 short so_family, so_type; local
4108 short so_family, so_type; local
4302 short so_family, so_type; local
4496 short so_family, so_type; local
5376 short so_family, so_type; local
5510 short so_family, so_type; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/sockmods/
socksdp.c 156 so->so_family, SDP_CAN_BLOCK, upcalls, &sbl, cr, &error);
561 if (so->so_family == AF_INET || so->so_family == AF_INET6) {
563 *addrlen = (so->so_family == AF_INET6) ?
566 addr->sa_family = so->so_family;
socksctpsubr.c 379 laddr.ss_family = so->so_family;
411 so->so_family, so->so_type, SCTP_CAN_BLOCK, &sosctp_assoc_upcalls,
socksctp.c 210 so->so_family, so->so_type, SCTP_CAN_BLOCK, upcalls, &sbl, cr);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
vfs.c 787 switch (socknode->so_family) {
849 mdb_printf("AF_?? (%d)", socknode->so_family);
1037 if ((sock_prints[i].family == so.so_family &&
1040 (sock_prints[i].family == so.so_family &&
net.c 447 if ((optf != NULL) && (so.so_family != family))
463 switch (so.so_family) {
474 mdb_printf("%6hi", so.so_family);
800 if (so->so_family != AF_UNIX) {
801 mdb_warn("sonode of family %hi at %p\n", so->so_family, kaddr);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/
socketvar.h 158 short so_family; member in struct:sonode

Completed in 180 milliseconds