Searched refs:npcb_flags (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/netnatm/
H A Dnatm_pcb.c74 npcb->npcb_flags = NPCB_FREE;
92 if ((npcb->npcb_flags & NPCB_FREE) == 0) {
94 npcb->npcb_flags = NPCB_FREE;
98 npcb->npcb_flags = NPCB_DRAIN; /* flag for distruction */
160 cpcb->npcb_flags = NPCB_CONNECTED;
186 cpcb->npcb_flags, cpcb->npcb_inq);
H A Dnatm.c141 (npcb->npcb_flags & NPCB_FREE) == 0) {
200 if ((npcb->npcb_flags & NPCB_CONNECTED) == 0) {
283 npcb->npcb_flags |= NPCB_RAW;
285 npcb->npcb_flags &= ~(NPCB_RAW);
361 if (npcb->npcb_flags & NPCB_DRAIN) {
368 if (npcb->npcb_flags & NPCB_FREE) {
382 ((npcb->npcb_flags & NPCB_RAW) != 0 && so->so_rcv.sb_cc < NPCB_RAWCC) ) {
H A Dnatm.h84 u_int8_t npcb_flags; /* flags */ member in struct:natmpcb
/netbsd-6-1-5-RELEASE/sys/netinet/
H A Dif_atm.c149 npcb->npcb_flags |= NPCB_IP;

Completed in 57 milliseconds