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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/radvd/
H A Dradvdump.c157 uint8_t *opt_str; local
210 opt_str = (uint8_t *)(msg + sizeof(struct nd_router_advert));
225 optlen = (opt_str[1] << 3);
236 (int)*opt_str, optlen, len);
240 switch (*opt_str)
243 mtu = (struct nd_opt_mtu *)opt_str;
261 ha_info = (struct HomeAgentInfo *)opt_str;
279 flog(LOG_ERR, "invalid option %d in RA", (int)*opt_str);
289 (int)*opt_str);
294 opt_str
[all...]
H A Dprocess.c148 uint8_t *opt_str; local
153 opt_str = (uint8_t *)(msg + sizeof(struct nd_router_solicit));
165 optlen = (opt_str[1] << 3);
178 if (*opt_str == ND_OPT_SOURCE_LINKADDR &&
185 opt_str += optlen;
224 uint8_t *opt_str; local
270 opt_str = (uint8_t *)(msg + sizeof(struct nd_router_advert));
291 optlen = (opt_str[1] << 3);
307 switch (*opt_str)
310 mtu = (struct nd_opt_mtu *)opt_str;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/radvd/
H A Dradvdump.c157 uint8_t *opt_str; local
210 opt_str = (uint8_t *)(msg + sizeof(struct nd_router_advert));
225 optlen = (opt_str[1] << 3);
236 (int)*opt_str, optlen, len);
240 switch (*opt_str)
243 mtu = (struct nd_opt_mtu *)opt_str;
261 ha_info = (struct HomeAgentInfo *)opt_str;
279 flog(LOG_ERR, "invalid option %d in RA", (int)*opt_str);
289 (int)*opt_str);
294 opt_str
[all...]
H A Dprocess.c148 uint8_t *opt_str; local
153 opt_str = (uint8_t *)(msg + sizeof(struct nd_router_solicit));
165 optlen = (opt_str[1] << 3);
178 if (*opt_str == ND_OPT_SOURCE_LINKADDR &&
185 opt_str += optlen;
224 uint8_t *opt_str; local
270 opt_str = (uint8_t *)(msg + sizeof(struct nd_router_advert));
291 optlen = (opt_str[1] << 3);
307 switch (*opt_str)
310 mtu = (struct nd_opt_mtu *)opt_str;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/via/
H A Dviafbdev.c1034 static int parse_port(char *opt_str, int *output_interface) argument
1036 if (!strncmp(opt_str, "DVP0", 4))
1038 else if (!strncmp(opt_str, "DVP1", 4))
1040 else if (!strncmp(opt_str, "DFP_HIGHLOW", 11))
1042 else if (!strncmp(opt_str, "DFP_HIGH", 8))
1044 else if (!strncmp(opt_str, "DFP_LOW", 7))

Completed in 79 milliseconds