Searched refs:ACCEPT (Results 1 – 7 of 7) sorted by relevance
| /src/contrib/wpa/wpa_supplicant/examples/ |
| H A D | p2p-action-udhcp.sh | 56 iptables -A FORWARD -i $UPLINK -o $GIFNAME -m state --state RELATED,ESTABLISHED -j ACCEPT 57 iptables -A FORWARD -i $GIFNAME -o $UPLINK -j ACCEPT 67 iptables -D FORWARD -i $UPLINK -o $GIFNAME -m state --state RELATED,ESTABLISHED -j ACCEPT 68 iptables -D FORWARD -i $GIFNAME -o $UPLINK -j ACCEPT
|
| H A D | p2p-action.sh | 83 iptables -A FORWARD -i $UPLINK -o $GIFNAME -m state --state RELATED,ESTABLISHED -j ACCEPT 84 iptables -A FORWARD -i $GIFNAME -o $UPLINK -j ACCEPT 94 iptables -D FORWARD -i $UPLINK -o $GIFNAME -m state --state RELATED,ESTABLISHED -j ACCEPT 95 iptables -D FORWARD -i $GIFNAME -o $UPLINK -j ACCEPT
|
| /src/sbin/dhclient/ |
| H A D | dhcpd.h | 170 enum { IGNORE, ACCEPT, PREFER } enumerator
|
| H A D | clparse.c | 84 top_level_config.bootp_policy = ACCEPT; in read_client_conf()
|
| /src/contrib/bzip2/ |
| H A D | README | 128 PROGRAM UNLESS YOU ARE PREPARED TO ACCEPT THE POSSIBILITY, HOWEVER
|
| /src/contrib/ofed/librdmacm/ |
| H A D | cma.c | 1618 CMA_INIT_CMD(&cmd, sizeof cmd, ACCEPT); in rdma_accept() 1990 CMA_INIT_CMD(&cmd, sizeof cmd, ACCEPT); in ucma_process_conn_resp()
|
| /src/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-api.md | 1100 * - otherwise, this is equivalent to `ACCEPT`. 1102 * If configured to `ACCEPT`, incoming streams are placed on the accept queue
|