代码搜索结果
找到约 10,000 项符合
Interface 的代码
frame2.rtr
hostname R2
interface Serial0
ip address 10.1.1.2 255.255.255.0
encapsulation frame-relay
frame-relay map ip 10.1.1.1 102
frame-relay interface-dlci 201
fullmesh2.rtr
hostname California
interface Serial0
no ip address
encapsulation frame-relay
interface Serial0.100 point-to-point
ip address 172.16.1.2 255.255.255.0
frame-relay interface-dlci 201
interfa
hubandspoke1.rtr
interface Serial0
no ip address
encapsulation frame-relay
!
interface Serial0.100 point-to-point
ip address 172.16.1.1 255.255.255.0
frame-relay interface-dlci 102
!
interface Serial0.20
fullmesh1.rtr
hostname Dallas
interface Serial0
no ip address
encapsulation frame-relay
interface Serial0.100 point-to-point
ip address 172.16.1.1 255.255.255.0
frame-relay interface-dlci 102
interface
hubandspoke4.rtr
interface Serial0
ip address 172.16.3.2 255.255.255.0
encapsulation frame-relay
frame-relay map ip 172.16.3.1 104
frame-relay interface-dlci 401
hubandspoke2.rtr
interface Serial0
ip address 172.16.1.2 255.255.255.0
encapsulation frame-relay
frame-relay map ip 172.16.1.1 102
frame-relay interface-dlci 201
frame1.rtr
hostname R1
interface Serial0
ip address 10.1.1.1 255.255.255.0
encapsulation frame-relay
frame-relay map ip 10.1.1.2 201
frame-relay interface-dlci 102
getinterfaceinfo.cpp
//////////////////////////////////////////////////////////////////////
// GetInterfaceInfo.cpp文件
#include
#include
#include
#pragma comment(lib, "Iphlpapi
post_sim.do
vlib work
vcom -just e -87 -explicit -work work uc_interface_timesim.vhd
vcom -skip e -87 -explicit -work work uc_interface_timesim.vhd
vcom -just e -93 -explicit -work work uc_interface_tb.vhd
socket.h
/* socket.h */
#ifndef _SOCKET_H
#define _SOCKET_H
int read_interface(char *interface, int *ifindex, uint32_t *addr, uint8_t *arp);
int listen_socket(uint32_t ip, int port, char *inf);
#endif