Searched refs:MT_SONAME (Results 1 – 16 of 16) sorted by relevance
/openbsd/sys/kern/ |
H A D | uipc_syscalls.c | 181 MT_SONAME); in sys_bind() 279 nam = m_get(M_WAIT, MT_SONAME); in doaccept() 398 MT_SONAME); in sys_connect() 739 MT_SONAME); in sendit() 1307 m = m_getclr(M_WAIT, MT_SONAME); in sys_getsockname() 1354 m = m_getclr(M_WAIT, MT_SONAME); in sys_getpeername() 1380 if ((buflen > (type == MT_SONAME ? UCHAR_MAX : MCLBYTES)) || in sockargs() 1400 if (type == MT_SONAME) { in sockargs() 1486 if ((buflen > (type == MT_SONAME ? UCHAR_MAX : MCLBYTES)) || in ypsockargs() 1502 if (type == MT_SONAME) { in ypsockargs() [all …]
|
H A D | uipc_socket2.c | 900 MGET(m, M_DONTWAIT, MT_SONAME); in sbappendaddr() 1007 if (m->m_type != MT_CONTROL && m->m_type != MT_SONAME) in sbcompress() 1076 if (m->m_type != MT_CONTROL && m->m_type != MT_SONAME) in sbdrop()
|
H A D | uipc_socket.c | 977 if (m->m_type != MT_SONAME) in soreceive() 1635 if (m->m_type != MT_SONAME) in somove()
|
H A D | uipc_usrreq.c | 351 nam2 = m_getclr(M_WAITOK, MT_SONAME); in uipc_bind()
|
/openbsd/sys/sys/ |
H A D | socketvar.h | 307 if (m->m_type != MT_CONTROL && m->m_type != MT_SONAME) in sballoc() 319 if (m->m_type != MT_CONTROL && m->m_type != MT_SONAME) in sbfree()
|
H A D | mbuf.h | 242 #define MT_SONAME 3 /* socket name */ macro
|
/openbsd/usr.bin/netstat/ |
H A D | mbuf.c | 76 { MT_SONAME, "socket names and addresses" },
|
/openbsd/sys/nfs/ |
H A D | krpc_subr.c | 272 MGET(m, M_WAIT, MT_SONAME); in krpc_call() 300 nam = m_get(M_WAIT, MT_SONAME); in krpc_call()
|
H A D | nfs_vfsops.c | 391 m = m_get(M_WAIT, MT_SONAME); in nfs_mount_diskless() 599 error = sockargs(&nam, args->addr, args->addrlen, MT_SONAME); in nfs_mount()
|
H A D | nfs_syscalls.c | 179 MT_SONAME); in sys_nfssvc()
|
H A D | nfs_socket.c | 258 MGET(nam, M_WAIT, MT_SONAME); in nfs_connect() 1828 if (m->m_type == MT_SONAME) { in nfsrv_dorec()
|
/openbsd/sys/net/ |
H A D | bfd.c | 463 MGET(m, M_WAIT, MT_SONAME); in bfd_listener() 564 MGET(m, M_WAIT, MT_SONAME); in bfd_sender()
|
H A D | if_pflow.c | 168 MGET(pflowif->send_nam, M_WAIT, MT_SONAME); in pflow_clone_create() 464 MGET(m, M_WAIT, MT_SONAME); in pflow_set()
|
H A D | route.c | 1310 m = m_get(M_DONTWAIT, MT_SONAME); in rt_ifa_del()
|
H A D | if_wg.c | 842 peernam.m_type = MT_SONAME; in wg_send()
|
/openbsd/sys/netinet/ |
H A D | tcp_input.c | 3631 am = m_get(M_DONTWAIT, MT_SONAME); /* XXX */ in syn_cache_get()
|