Searched refs:ipflags (Results 1 – 2 of 2) sorted by relevance
1124 int ipflags = 0; in udp_send() local1436 ipflags |= IP_ROUTETOIF; in udp_send()1438 ipflags |= IP_ALLOWBROADCAST; in udp_send()1440 ipflags |= IP_SENDONES; in udp_send()1507 ipflags |= IP_NODEFAULTFLOWID; in udp_send()1514 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()