HomeSort by: relevance | last modified time | path
    Searched refs:SCTP_PCB_FLAGS_BOUNDALL (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/netinet/
sctp_pcb.c 279 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) == 0) {
688 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) &&
731 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL)) {
1540 if ((new_inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) == 0) {
1830 inp->sctp_flags |= (SCTP_PCB_FLAGS_BOUNDALL |
1894 inp->sctp_flags &= ~SCTP_PCB_FLAGS_BOUNDALL;
3362 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
3425 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
3445 if (((inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) == 0) && (fnd == 0)) {
3496 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
    [all...]
sctp_asconf.c 1605 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) == 0 &&
1833 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) == 0) {
1884 if ((inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) == 0) {
2368 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL)
2560 SCTP_PCB_FLAGS_BOUNDALL) == 0 &&
2842 if (stcb->sctp_ep->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
sctp_pcb.h 68 #define SCTP_PCB_FLAGS_BOUNDALL 0x00000004
sctp_usrreq.c 950 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
1104 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
3130 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
3195 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
3717 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
sctp_output.c 1172 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
1968 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
2736 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
3690 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {
  /src/sys/netinet6/
sctp6_usrreq.c 1066 if (inp->sctp_flags & SCTP_PCB_FLAGS_BOUNDALL) {

Completed in 27 milliseconds