Home | History | Annotate | Download | only in npfctl

Lines Matching defs:tfl

517 	uint8_t tfl = 0;
521 case 'F': tfl |= TH_FIN; break;
522 case 'S': tfl |= TH_SYN; break;
523 case 'R': tfl |= TH_RST; break;
524 case 'P': tfl |= TH_PUSH; break;
525 case 'A': tfl |= TH_ACK; break;
526 case 'U': tfl |= TH_URG; break;
527 case 'E': tfl |= TH_ECE; break;
528 case 'W': tfl |= TH_CWR; break;
535 return npfvar_create_element(NPFVAR_TCPFLAG, &tfl, sizeof(tfl));