HomeSort by: relevance | last modified time | path
    Searched refs:IPN_IN (Results 1 - 4 of 4) sorted by relevancy

  /src/libexec/identd/
ipf.c 59 nl.nl_flags = IPN_TCP | IPN_IN;
  /src/sys/external/bsd/ipf/netinet/
ip_nat.h 386 #define IPN_IN 0x200000
ip_nat6.c 2408 /* outbound packet. By default we assume outbound, unless IPN_IN is set. */
2424 if (np->nl_flags & IPN_IN) {
2440 * - IPN_IN: we have the `real' and `out' address, look for `in'.
2443 if (np->nl_flags & IPN_IN) {
ip_nat.c 4574 /* outbound packet. By default we assume outbound, unless IPN_IN is set. */
4590 if (np->nl_flags & IPN_IN) {
4606 * - IPN_IN: we have the `real' and `out' address, look for `in'.
4609 if (np->nl_flags & IPN_IN) {

Completed in 100 milliseconds