Searched refs:L2TP_ATTR_UDP_SPORT (Results 1 – 3 of 3) sorted by relevance
120 L2TP_ATTR_UDP_SPORT, /* u16 */ enumerator
122 addattr16(&req.n, 1024, L2TP_ATTR_UDP_SPORT, p->local_udp_port); in create_tunnel()379 if (attrs[L2TP_ATTR_UDP_SPORT]) in get_response()380 p->local_udp_port = rta_getattr_u16(attrs[L2TP_ATTR_UDP_SPORT]); in get_response()