Searched refs:opttype (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-dhcp6.c334 u_int16_t opttype; local
349 opttype = EXTRACT_16BITS(&dh6o->dh6opt_type);
350 printf(" (%s", dhcp6opt_name(opttype));
351 switch (opttype) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Dconfig.c556 int opttype; local
604 opttype = DH6OPT_DNS_SERVERS;
606 &opttype, DHCP6_LISTVAL_NUM) == NULL) {
625 opttype = DH6OPT_DOMAIN_LIST;
627 &opttype, DHCP6_LISTVAL_NUM) == NULL) {
H A Dcommon.c1080 u_int16_t opttype; local
1082 memcpy(&opttype, val, sizeof(u_int16_t));
1083 num = ntohs(opttype);
1092 dhcp6optstr(opttype));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dconfig.c556 int opttype; local
604 opttype = DH6OPT_DNS_SERVERS;
606 &opttype, DHCP6_LISTVAL_NUM) == NULL) {
625 opttype = DH6OPT_DOMAIN_LIST;
627 &opttype, DHCP6_LISTVAL_NUM) == NULL) {
H A Dcommon.c1089 u_int16_t opttype; local
1091 memcpy(&opttype, val, sizeof(u_int16_t));
1092 num = ntohs(opttype);
1101 dhcp6optstr(opttype));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dexthdrs.c70 int opttype = nh[offset]; local
73 if (opttype == type)
76 switch (opttype) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dutil_sock.c138 int opttype; member in struct:smb_socket_option
241 switch (socket_options[i].opttype) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dopt.c252 #define OPT_EVAL_NUMBER(name, opttype, vartype)\
255 if (!o || o->type != opttype)\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dopt.c434 #define OPT_EVAL_NUMBER(name, opttype, vartype)\
437 if (!o || o->type != opttype || o->flags & AV_OPT_FLAG_READONLY)\

Completed in 142 milliseconds