HomeSort by relevance Sort by last modified time
    Searched refs:base_port (Results 1 - 3 of 3) sorted by null

  /external/iputils/
tracepath6.c 60 __u16 base_port; variable
147 slot = -base_port;
334 ((struct sockaddr_in6 *)&target)->sin6_port = htons(base_port + hisptr);
337 ((struct sockaddr_in *)&target)->sin_port = htons(base_port + hisptr);
411 base_port = atoi(optarg);
425 if (!base_port) {
429 base_port = (unsigned)atoi(p+1);
431 base_port = 44444;
434 sprintf(pbuf, "%u", base_port);
tracepath.c 48 __u16 base_port; variable
133 slot = ntohs(addr.sin_port) - base_port;
269 target.sin_port = htons(base_port + hisptr);
343 base_port = atoi(optarg);
364 if (!base_port) {
368 base_port = atoi(p+1);
370 base_port = 44444;
  /external/syslinux/gpxe/src/drivers/net/
tlan.c 1165 * base_port The base IO port of the adapter in
1177 void TLan_MiiSendData(u16 base_port, u32 data, unsigned num_bits)
1185 outw(TLAN_NET_SIO, base_port + TLAN_DIO_ADR);
1186 sio = base_port + TLAN_DIO_DATA + TLAN_NET_SIO;
    [all...]

Completed in 298 milliseconds