gf_rtp_enable_nat_keepalive  578 include/gpac/ietf.h void gf_rtp_enable_nat_keepalive(GF_RTPChannel *ch, u32 nat_timeout);
gf_rtp_enable_nat_keepalive  205 modules/rtp_in/rtp_stream.c 		gf_rtp_enable_nat_keepalive(tmp->rtp_ch, atoi(ctrl));
gf_rtp_enable_nat_keepalive  207 modules/rtp_in/rtp_stream.c 		gf_rtp_enable_nat_keepalive(tmp->rtp_ch, 30000); /*keep-alive every 30s, SAT>IP max is 60s*/
gf_rtp_enable_nat_keepalive  375 modules/rtp_in/rtp_stream.c 	if (ctrl) gf_rtp_enable_nat_keepalive(tmp->rtp_ch, atoi(ctrl));