Home
last modified time | relevance | path

Searched refs:cur_inet_opt (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/net/
H A Ddebugnet.c946 *cur_inet_opt; in debugnet_parse_ddb_cmd() local
981 cur_inet_opt = NULL; in debugnet_parse_ddb_cmd()
989 cur_inet_opt = &opt_client; in debugnet_parse_ddb_cmd()
992 cur_inet_opt = &opt_gateway; in debugnet_parse_ddb_cmd()
995 cur_inet_opt = &opt_server; in debugnet_parse_ddb_cmd()
1032 MPASS(cur_inet_opt != NULL); in debugnet_parse_ddb_cmd()
1034 error = dn_parse_optarg_ipv4(cur_inet_opt); in debugnet_parse_ddb_cmd()