Searched refs:udp_t (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/inet/udp/ |
H A D | udp.c | 123 static void udp_bind_hash_insert(udp_fanout_t *uf, udp_t *udp); 124 static void udp_bind_hash_remove(udp_t *udp, boolean_t caller_holds_lock); 177 static in_port_t udp_update_next_port(udp_t *udp, in_port_t port, 182 static size_t udp_set_rcv_hiwat(udp_t *udp, size_t size); 425 udp_get_next_priv_port(udp_t *udp) in udp_get_next_priv_port() 455 udp_bind_hash_remove(udp_t *udp, boolean_t caller_holds_lock) in udp_bind_hash_remove() 457 udp_t *udpnext; in udp_bind_hash_remove() 491 udp_bind_hash_insert(udp_fanout_t *uf, udp_t *udp) in udp_bind_hash_insert() 494 udp_t **udpp; in udp_bind_hash_insert() 495 udp_t *udpnext; in udp_bind_hash_insert() [all …]
|
H A D | udp_stats.c | 74 udp_t *udp; in udp_snmp_get()
|
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | udp.d.in | 43 * udpsinfo contains stable UDP details from udp_t. 63 translator udpsinfo_t < udp_t *U > {
|
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | net.c | 190 net_udp_active(const udp_t *udp) in net_udp_active() 197 net_udp_ipv4(const udp_t *udp) in net_udp_ipv4() 205 net_udp_ipv6(const udp_t *udp) in net_udp_ipv6() 643 udp_t udp; in netstat_udp_cb() 652 if (mdb_vread(&udp, sizeof (udp_t), in netstat_udp_cb()
|
/titanic_50/usr/src/uts/common/inet/ |
H A D | udp_impl.h | 199 } udp_t; typedef
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ipclassifier.c | 358 sizeof (itc_t) + sizeof (udp_t), CACHE_ALIGN_SIZE, in ipcl_g_init() 2033 udp_t *udp = (udp_t *)&itc[1]; in udp_conn_constructor() 2036 bzero(udp, sizeof (udp_t)); in udp_conn_constructor() 2060 udp_t *udp = (udp_t *)&itc[1]; in udp_conn_destructor()
|