代码搜索:sendudp
找到约 24 项符合「sendudp」的源代码
代码结果 24
www.eeworm.com/read/338072/3320635
sendudp
#!/usr/bin/perl
use Socket;
require "getopts.pl";
$sleeptime = .1;
&Getopts("H:p:c:s:");
if($opt_s) {
$sleeptime = $opt_s;
}
$hostname = "localhost";
if($opt_H) {
$hostname = $opt_H;
}
$po
www.eeworm.com/read/411046/2192679
sendudp
#!/usr/bin/perl
use Socket;
require "getopts.pl";
$sleeptime = .1;
&Getopts("H:p:c:s:");
if($opt_s) {
$sleeptime = $opt_s;
}
$hostname = "localhost";
if($opt_H) {
$hostname = $opt_H;
}
$po
www.eeworm.com/read/252498/4403770
sendudp
#!/usr/bin/perl
use Socket;
require "getopts.pl";
$sleeptime = .1;
&Getopts("H:p:c:s:");
if($opt_s) {
$sleeptime = $opt_s;
}
$hostname = "localhost";
if($opt_H) {
$hostname = $opt_H;
}
$po
www.eeworm.com/read/176393/9500240
c sendudp.c
#include "dnet.h"
int main()
{
struct ip_hdr *ip;
/* IP协议头的数据结构 */
struct udp_hdr *udp;
/* UDP协议头的数据结构 */
ip_t *handle;
/* IP协议操作句柄 */
u_char content[IP_LEN_MAX];
www.eeworm.com/read/351706/10616621
dll sendudp.dll
www.eeworm.com/read/315806/13536054
c sendudp.c
#include "dnet.h"
int main()
{
struct ip_hdr *ip;
/* IP协议头的数据结构 */
struct udp_hdr *udp;
/* UDP协议头的数据结构 */
ip_t *handle;
/* IP协议操作句柄 */
u_char content[IP_LEN_MAX];
www.eeworm.com/read/146972/5734062
c sendudp.c
/*
* $smu-mark$
* $name: sendudp.c$
* $author: Salvatore Sanfilippo $
* $copyright: Copyright (C) 1999 by Salvatore Sanfilippo$
* $license: This software is under GPL ver
www.eeworm.com/read/219507/4848022
c sendudp.c
#include "dnet.h"
int main()
{
struct ip_hdr *ip;
/* IP协议头的数据结构 */
struct udp_hdr *udp;
/* UDP协议头的数据结构 */
ip_t *handle;
/* IP协议操作句柄 */
u_char content[IP_LEN_MAX];
www.eeworm.com/read/324244/3504895
java sendudp.java
import java.net.InetAddress;
import jpcap.*;
import jpcap.packet.EthernetPacket;
import jpcap.packet.IPPacket;
import jpcap.packet.UDPPacket;
class SendUDP
{
public static void main(String
www.eeworm.com/read/423570/2026477
cpp sendudp.cpp
#include
#include
#include
#include
#include
#include
#define BUFLEN 255
/**************************************************