Searched refs:ipflags (Results 1 – 2 of 2) sorted by relevance
1125 int ipflags = 0; in udp_send() local1437 ipflags |= IP_ROUTETOIF; in udp_send()1439 ipflags |= IP_ALLOWBROADCAST; in udp_send()1441 ipflags |= IP_SENDONES; in udp_send()1512 ipflags |= IP_NODEFAULTFLOWID; in udp_send()1520 use_cached_route ? &inp->inp_route : NULL, ipflags, in udp_send()
2538 int ipflags; in wg_peer_add() local2544 ipflags = 0; in wg_peer_add()2546 ipflags = nvlist_get_number(aipl[idx], "flags"); in wg_peer_add()2547 if ((ipflags & ~WGALLOWEDIP_VALID_FLAGS) != 0) { in wg_peer_add()2573 if ((ipflags & WGALLOWEDIP_REMOVE_ME) != 0) { in wg_peer_add()