Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Ddebugnet.c998 *cur_inet_opt; in debugnet_parse_ddb_cmd() local
1033 cur_inet_opt = NULL; in debugnet_parse_ddb_cmd()
1041 cur_inet_opt = &opt_client; in debugnet_parse_ddb_cmd()
1044 cur_inet_opt = &opt_gateway; in debugnet_parse_ddb_cmd()
1047 cur_inet_opt = &opt_server; in debugnet_parse_ddb_cmd()
1085 MPASS(cur_inet_opt != NULL); in debugnet_parse_ddb_cmd()
1087 error = dn_parse_optarg_ipv4(cur_inet_opt); in debugnet_parse_ddb_cmd()