Searched refs:optsp (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibip6t_dst.c125 print_options(unsigned int optsnr, uint16_t *optsp) argument
131 printf("%d", (optsp[i] & 0xFF00) >> 8);
133 if ((optsp[i] & 0x00FF) != 0x00FF)
134 printf(":%d", (optsp[i] & 0x00FF));
H A Dlibip6t_hbh.c121 print_options(unsigned int optsnr, uint16_t *optsp) argument
127 printf("%d", (optsp[i] & 0xFF00)>>8);
128 if ((optsp[i] & 0x00FF) != 0x00FF){
129 printf(":%d", (optsp[i] & 0x00FF));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/extensions/
H A Dlibip6t_dst.c190 print_options(int optsnr, u_int16_t *optsp) argument
195 printf("%d", (optsp[i] & 0xFF00) >> 8);
197 if ((optsp[i] & 0x00FF) != 0x00FF)
198 printf(":%d", (optsp[i] & 0x00FF));
H A Dlibip6t_hbh.c188 print_options(int optsnr, u_int16_t *optsp) argument
193 printf("%d", (optsp[i] & 0xFF00)>>8);
194 if ((optsp[i] & 0x00FF) != 0x00FF){
195 printf(":%d", (optsp[i] & 0x00FF));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfusermount.c226 static int add_option(char **optsp, const char *opt, unsigned expand) argument
229 if (*optsp == NULL)
232 unsigned oldsize = strlen(*optsp);
234 newopts = (char *) realloc(*optsp, newsize);
242 *optsp = newopts;

Completed in 65 milliseconds