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

  /onnv/onnv-gate/usr/src/uts/common/inet/sockmods/
sockmod_sctp.c 194 so->so_protocol == IPPROTO_SCTP);
socksctp.c     [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/sockfs/
sockcommon_subr.c 1330 so->so_type, so->so_protocol, &so->so_downcalls,
    [all...]
sockcommon.c 144 parent->so_type, parent->so_protocol, parent->so_version, flags,
548 so->so_protocol = protocol;
socktpi.c 400 (so->so_protocol == IPPROTO_TCP || so->so_protocol == IPPROTO_UDP ||
401 so->so_protocol == IPPROTO_IP)) {
490 ASSERT(so->so_protocol == IPPROTO_UDP ||
491 so->so_protocol == IPPROTO_TCP ||
492 so->so_protocol == IPPROTO_IP);
543 if (so->so_protocol != so->so_sockparams->sp_protocol) {
544 int protocol = so->so_protocol;
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/
socketvar.h 160 short so_protocol; member in struct:sonode
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
net.c 453 if ((optp != NULL) && (so.so_protocol != proto))
492 so.so_protocol, so.so_state, so.so_mode,
    [all...]
vfs.c 1039 sock_prints[i].pro == so.so_protocol) ||

Completed in 360 milliseconds