Searched refs:spd_if (Results 1 – 1 of 1) sorted by relevance
992 spd_if_t *spd_if; in ips_conf_to_pfpol_msg() local1053 spd_if = (spd_if_t *)next; in ips_conf_to_pfpol_msg()1054 spd_if->spd_if_len = in ips_conf_to_pfpol_msg()1057 spd_if->spd_if_exttype = SPD_EXT_TUN_NAME; in ips_conf_to_pfpol_msg()1058 (void) strlcpy((char *)spd_if->spd_if_name, tunif, in ips_conf_to_pfpol_msg()1060 next = (uint64_t *)(spd_if) + spd_if->spd_if_len; in ips_conf_to_pfpol_msg()2041 spd_if_t *spd_if; in print_pfpol_msg() local2049 spd_if = (spd_if_t *)exts[SPD_EXT_TUN_NAME]; in print_pfpol_msg()2051 if (spd_if == NULL) { in print_pfpol_msg()2056 (char *)spd_if->spd_if_name, in print_pfpol_msg()[all …]