Searched refs:SOCK_RDM (Results 1 – 9 of 9) sorted by relevance
24 #define SOCK_RDM 4 macro
49 { BSM_SOCK_RDM, SOCK_RDM },
51 { BSM_SOCK_RDM, SOCK_RDM },
26 pytest.param({"type": socket.SOCK_RDM}, id="SOCK_RDM"),
63 case SOCK_RDM: in db_print_sotype()
104 #define SOCK_RDM 4 /* reliably-delivered message */ macro
383 case SOCK_RDM: return "RDM"; in socktypename()
138 { "rdm", SOCK_RDM },
1722 sep->se_socktype = SOCK_RDM; in getconfigent()