Searched refs:chunk_flags (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibxt_sctp.c164 char *chunk_flags; local
185 if ((chunk_flags = strchr(ptr, ':')) != NULL) {
186 *chunk_flags++ = 0;
201 if (chunk_flags) {
202 DEBUGP("Chunk flags %s\n", chunk_flags);
203 for (j = 0; j < strlen(chunk_flags); j++) {
208 toupper(chunk_flags[j]))) != NULL) {
214 isupper(chunk_flags[j]));
340 print_chunk_flags(uint32_t chunknum, uint8_t chunk_flags, uint8_t chunk_flags_mask) argument
344 DEBUGP("type: %d\tflags: %x\tflag mask: %x\n", chunknum, chunk_flags,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/extensions/
H A Dlibip6t_sctp.c175 char *chunk_flags; local
196 if ((chunk_flags = strchr(ptr, ':')) != NULL) {
197 *chunk_flags++ = 0;
213 if (chunk_flags) {
214 DEBUGP("Chunk flags %s\n", chunk_flags);
215 for (j = 0; j < strlen(chunk_flags); j++) {
220 toupper(chunk_flags[j]))) != NULL) {
226 isupper(chunk_flags[j]));
367 print_chunk_flags(u_int32_t chunknum, u_int8_t chunk_flags, u_int8_t chunk_flags_mask) argument
371 DEBUGP("type: %d\tflags: %x\tflag mask: %x\n", chunknum, chunk_flags,
[all...]
H A Dlibipt_sctp.c175 char *chunk_flags; local
196 if ((chunk_flags = strchr(ptr, ':')) != NULL) {
197 *chunk_flags++ = 0;
213 if (chunk_flags) {
214 DEBUGP("Chunk flags %s\n", chunk_flags);
215 for (j = 0; j < strlen(chunk_flags); j++) {
220 toupper(chunk_flags[j]))) != NULL) {
226 isupper(chunk_flags[j]));
367 print_chunk_flags(u_int32_t chunknum, u_int8_t chunk_flags, u_int8_t chunk_flags_mask) argument
371 DEBUGP("type: %d\tflags: %x\tflag mask: %x\n", chunknum, chunk_flags,
[all...]

Completed in 40 milliseconds