| /netbsd-src/sys/netinet6/ |
| H A D | in6_proto.c | 277 .pr_flags = PR_ATOMIC|PR_ADDR|PR_LASTHDR, 287 .pr_flags = PR_ATOMIC|PR_ADDR|PR_PURGEIF, 297 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_LISTEN|PR_ABRTACPTDIS|PR_PURGEIF, 310 .pr_flags = PR_CONNREQUIRED|PR_ATOMIC|PR_LISTEN, 324 .pr_flags = PR_ADDR_OPT|PR_WANTRCVD, 334 .pr_flags = PR_ADDR_OPT|PR_WANTRCVD, 344 .pr_flags = PR_CONNREQUIRED|PR_ADDR_OPT|PR_WANTRCVD|PR_LISTEN, 355 .pr_flags = PR_ATOMIC|PR_ADDR|PR_PURGEIF, 371 .pr_flags = PR_ATOMIC|PR_ADDR, 377 .pr_flags = PR_ATOMIC|PR_ADDR, [all …]
|
| H A D | ip6protosw.h | 118 short pr_flags; /* see below */ member
|
| /netbsd-src/sys/netinet/ |
| H A D | in_proto.c | 269 .pr_flags = PR_ATOMIC|PR_ADDR|PR_LASTHDR, 279 .pr_flags = PR_ATOMIC|PR_ADDR|PR_PURGEIF, 289 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_LISTEN|PR_ABRTACPTDIS|PR_PURGEIF, 302 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_ATOMIC|PR_LISTEN|PR_ABRTACPTDIS, 314 .pr_flags = PR_ADDR_OPT|PR_WANTRCVD, 325 .pr_flags = PR_ADDR_OPT|PR_WANTRCVD, 335 .pr_flags = PR_CONNREQUIRED|PR_ADDR_OPT|PR_WANTRCVD|PR_LISTEN, 346 .pr_flags = PR_ATOMIC|PR_ADDR|PR_PURGEIF, 363 .pr_flags = PR_ATOMIC|PR_ADDR, 370 .pr_flags = PR_ATOMIC|PR_ADDR, [all …]
|
| H A D | portalgo.c | 312 ((so->so_proto->pr_flags & PR_CONNREQUIRED) == 0 || in check_suitable_port()
|
| /netbsd-src/sys/netbt/ |
| H A D | bt_proto.c | 71 .pr_flags = (PR_ADDR | PR_ATOMIC), 80 .pr_flags = (PR_CONNREQUIRED | PR_ATOMIC | PR_LISTEN), 88 .pr_flags = (PR_CONNREQUIRED | PR_ATOMIC | PR_LISTEN), 97 .pr_flags = (PR_CONNREQUIRED | PR_LISTEN | PR_WANTRCVD),
|
| /netbsd-src/sys/kern/ |
| H A D | uipc_proto.c | 59 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_RIGHTS|PR_LISTEN, 66 .pr_flags = PR_ATOMIC|PR_ADDR|PR_RIGHTS, 73 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_RIGHTS|PR_LISTEN|
|
| H A D | subr_pool.c | 895 pp->pr_flags = 0; in pool_init() 1146 pp->pr_flags |= PR_WANTED; in pool_get() 1149 } while (pp->pr_flags & PR_WANTED); in pool_get() 1312 if (pp->pr_flags & PR_WANTED) { in pool_do_put() 1313 pp->pr_flags &= ~PR_WANTED; in pool_do_put() 1402 if (pp->pr_flags & PR_GROWING) { in pool_grow() 1406 } while (pp->pr_flags & PR_GROWING); in pool_grow() 1409 if (pp->pr_flags & PR_GROWINGNOWAIT) { in pool_grow() 1423 pp->pr_flags |= PR_GROWING; in pool_grow() 1427 pp->pr_flags | in pool_grow() [all...] |
| H A D | uipc_socket.c | 822 (so->so_proto->pr_flags & PR_ABRTACPTDIS) == 0) in soaccept() 846 ((so->so_proto->pr_flags & PR_CONNREQUIRED) || in soconnect() 938 (so->so_proto->pr_flags & PR_ATOMIC); in sosend() 957 if (so->so_proto->pr_flags & PR_CONNREQUIRED) { in sosend() 1175 atomic = pr->pr_flags & PR_ATOMIC; in soreceive() 1268 (so->so_proto->pr_flags & PR_CONNREQUIRED)) { in soreceive() 1319 if (pr->pr_flags & PR_ADDR) { in soreceive() 1341 if (pr->pr_flags & PR_ADDR_OPT) { in soreceive() 1607 if ((pr->pr_flags & PR_WANTRCVD) && so->so_pcb) in soreceive() 1648 if (pr->pr_flags in soreceive() [all...] |
| /netbsd-src/sys/dev/ |
| H A D | kttcp.c | 222 (so->so_proto->pr_flags & PR_ATOMIC); in kttcp_sosend() 238 if (so->so_proto->pr_flags & PR_CONNREQUIRED) { in kttcp_sosend() 407 m->m_nextpkt == NULL && (pr->pr_flags & PR_ATOMIC) == 0)) { in kttcp_soreceive() 432 (so->so_proto->pr_flags & PR_CONNREQUIRED)) { in kttcp_soreceive() 465 if (pr->pr_flags & PR_ADDR) { in kttcp_soreceive() 632 if ((pr->pr_flags & PR_WANTRCVD) && so->so_pcb) { in kttcp_soreceive() 650 if (m && pr->pr_flags & PR_ATOMIC) { in kttcp_soreceive() 671 if (pr->pr_flags & PR_WANTRCVD && so->so_pcb) { in kttcp_soreceive()
|
| /netbsd-src/sys/sys/ |
| H A D | pool.h | 42 uint64_t pr_flags; member 150 unsigned int pr_flags; /* r/w flags */ member
|
| H A D | socketvar.h | 445 return so->so_proto->pr_flags & PR_ATOMIC; in sosendallatonce() 469 (so->so_proto->pr_flags & PR_CONNREQUIRED) == 0)) || in sowritable()
|
| H A D | protosw.h | 75 short pr_flags; /* see below */ member
|
| /netbsd-src/sys/rump/net/lib/libsockin/ |
| H A D | sockin.c | 119 .pr_flags = PR_ATOMIC|PR_ADDR, 127 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_LISTEN|PR_ABRTACPTDIS, 136 .pr_flags = PR_ATOMIC|PR_ADDR, 144 .pr_flags = PR_CONNREQUIRED|PR_WANTRCVD|PR_LISTEN|PR_ABRTACPTDIS,
|
| /netbsd-src/sys/netcan/ |
| H A D | can_proto.c | 58 .pr_flags = PR_ATOMIC|PR_ADDR,
|
| /netbsd-src/sys/net/ |
| H A D | if_gre.c | 522 if (so->so_proto->pr_flags & PR_CONNREQUIRED) { in gre_sosend() 570 KASSERT(pr->pr_flags & PR_ATOMIC); in gre_soreceive() 590 && (so->so_proto->pr_flags & PR_CONNREQUIRED)) in gre_soreceive() 607 if (pr->pr_flags & PR_ADDR) { in gre_soreceive() 730 if (pr->pr_flags & PR_WANTRCVD && so->so_pcb) in gre_soreceive() 1087 if ((pr->pr_flags & PR_ATOMIC) == 0 || in gre_ssock()
|
| H A D | link_proto.c | 105 .pr_flags = PR_ATOMIC|PR_ADDR|PR_PURGEIF,
|
| /netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| H A D | dt_proc.c | 444 int krflag = psp->pr_flags & (PR_KLC | PR_RLC); in dt_proc_waitrun() 452 assert(psp->pr_flags & PR_STOPPED); in dt_proc_waitrun() 576 if (Pstatus(P)->pr_flags & PR_KLC) in dt_proc_control() 786 if (!(Pstatus(dpr->dpr_proc)->pr_flags & (PR_KLC | PR_RLC))) { 793 } else if (Pstatus(dpr->dpr_proc)->pr_flags & PR_KLC) {
|
| /netbsd-src/sys/netmpls/ |
| H A D | mpls_proto.c | 366 .pr_flags = PR_ATOMIC | PR_ADDR, 372 .pr_flags = PR_ATOMIC | PR_ADDR,
|
| /netbsd-src/sys/netatalk/ |
| H A D | at_proto.c | 57 .pr_flags = PR_ATOMIC|PR_ADDR,
|
| /netbsd-src/sys/netipsec/ |
| H A D | ipsec_input.c | 427 if ((inetsw[ip_protox[prot]].pr_flags & PR_LASTHDR) != 0 && in ipsec4_common_input_cb() 582 if ((inet6sw[ip6_protox[nxt]].pr_flags & PR_LASTHDR) != 0 && in ipsec6_common_input_cb()
|
| H A D | keysock.c | 673 .pr_flags = PR_ATOMIC|PR_ADDR,
|
| /netbsd-src/external/bsd/unbound/dist/testcode/ |
| H A D | unitauth.c | 789 pr_flags(sldns_buffer* buf, uint16_t flags) in pr_flags() function 848 pr_flags(buf, msg->rep->flags); in msgtostr()
|
| /netbsd-src/sys/nfs/ |
| H A D | nfs_socket.c | 203 nmp->nm_soflags = so->so_proto->pr_flags; in nfs_connect() 299 if (so->so_proto->pr_flags & PR_CONNREQUIRED) { in nfs_connect() 490 soflags = so->so_proto->pr_flags; in nfs_send()
|
| H A D | nfs_srvsocket.c | 201 if ((so->so_proto->pr_flags & PR_CONNREQUIRED) in nfsrv_rcv()
|
| /netbsd-src/usr.bin/vmstat/ |
| H A D | vmstat.c | 1529 pp->pr_flags); in dopool_sysctl() 1533 if (pp->pr_flags & PR_RECURSIVE) { in dopool_sysctl() 1680 pp->pr_flags | pp->pr_roflags); in dopool()
|