Searched refs:NATPMP_ERR_NOGATEWAYSUPPORT (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/libnatpmp/
H A Dnatpmp.h104 /* NATPMP_ERR_NOGATEWAYSUPPORT : the gateway does not support NAT-PMP */
105 #define NATPMP_ERR_NOGATEWAYSUPPORT (-7) macro
195 * NATPMP_ERR_NOGATEWAYSUPPORT
H A Dnatpmp.c203 n = NATPMP_ERR_NOGATEWAYSUPPORT;
269 return NATPMP_ERR_NOGATEWAYSUPPORT;
320 case NATPMP_ERR_NOGATEWAYSUPPORT:

Completed in 32 milliseconds