代码搜索:IP
找到约 10,000 项符合「IP」的源代码
代码结果 10,000
www.eeworm.com/read/386582/8736961
ip-down
#!/system/bin/sh
case $1 in
ppp1)
echo 0 > /proc/sys/net/ipv4/ip_forward;
;;
esac
# Use interface name if linkname is not available
NAME=${LINKNAME:-"$1"}
/system/bin/setprop "net.$NAME.dns1"
www.eeworm.com/read/386582/8736965
ip-up
#!/system/bin/sh
case $1 in
ppp1)
/android/bin/iptables --flush;
/android/bin/iptables --table nat --flush;
/android/bin/iptables --delete-chain;
/android/bin/iptables --table nat --append POS
www.eeworm.com/read/286828/8740517
c ip.c
#define BIGHEAD 0 /* Set non-zero to send datagrams with larger IP hdrs */
#include
#include
#include
#include "ether.h"
#include "netutil.h"
#include "i
www.eeworm.com/read/286828/8740521
h ip.h
#pragma pack(1)
#define MAXDATA 1500 /* Maximum Ethernet data size */
#define MAXPACK (MAXDATA+14) /* Maximum packet size (incl. datalink hdr) */
#define MAXSEG (MAXDATA-40) /*
www.eeworm.com/read/286757/8744298
ppt ip.ppt
www.eeworm.com/read/429611/8799171
h ip.h
#ifndef _IP_H
#define _IP_H
#ifndef _GLOBAL_H
#include "global.h"
#endif
#ifndef _MBUF_H
#include "mbuf.h"
#endif
#ifndef _IFACE_H
#include "iface.h"
#endif
#ifndef _INTERNET_H
#in
www.eeworm.com/read/429611/8799183
c ip.c
#undef SIM
/* Upper half of IP, consisting of send/receive primitives, including
* fragment reassembly, for higher level protocols.
* Not needed when running as a standalone gateway.
* Copyrigh
www.eeworm.com/read/429497/8805280
txt ip.txt
在这输入待扫的连续IP段,支持多行 格式:192.168.0.1 192.168.0.255(输入前先把现在这行文字删掉)
www.eeworm.com/read/385172/8815356