Home
last modified time | relevance | path

Searched refs:socknode (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dvfs.c784 tcpip_sock_print(struct sonode *socknode) in tcpip_sock_print() argument
786 switch (socknode->so_family) { in tcpip_sock_print()
793 (uintptr_t)socknode->so_proto_handle) == -1) { in tcpip_sock_print()
823 (uintptr_t)socknode->so_proto_handle) == -1) { in tcpip_sock_print()
848 mdb_printf("AF_?? (%d)", socknode->so_family); in tcpip_sock_print()
856 sctp_sock_print(struct sonode *socknode) in sctp_sock_print() argument
865 (uintptr_t)socknode->so_proto_handle) == -1) { in sctp_sock_print()
892 sdp_sock_print(struct sonode *socknode) in sdp_sock_print() argument
901 int (*print)(struct sonode *socknode);