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