Searched refs:p_dst (Results 1 – 2 of 2) sorted by relevance
77 static struct sockaddr *p_dst = NULL; variable 139 if (set_x_request(p_src, p_dst) < 0)190 p_dst = parse_sockaddr(&$4);191 if (p_dst == NULL)275 if (p_src == NULL && p_dst == NULL) { in rule_check() 281 else if (p_src->sa_family != p_dst->sa_family) { in rule_check() 377 if (p_dst != NULL) { in policy_parse_request_init() 378 free(p_dst); in policy_parse_request_init() 379 p_dst = NULL; in policy_parse_request_init()
270 uint16_t p_dst; member