HomeSort by: relevance | last modified time | path
    Searched refs:portname (Results 1 - 16 of 16) sorted by relevancy

  /src/external/bsd/ipf/dist/lib/
printportcmp.c 29 portname(pr, frp->frp_port));
portname.c 1 /* $NetBSD: portname.c,v 1.2 2012/07/22 14:27:36 darrenr Exp $ */
8 * Id: portname.c,v 1.1.1.2 2012/07/22 13:44:40 darrenr Exp $
13 char *portname(pr, port) function
printnat.c 281 s = portname(proto, np->in_odport);
  /src/external/gpl3/gdb.old/dist/sim/m32c/
main.c 83 setup_tcp_console (char *portname)
85 int port = atoi (portname);
  /src/external/gpl3/gdb/dist/sim/m32c/
main.c 83 setup_tcp_console (char *portname)
85 int port = atoi (portname);
  /src/usr.sbin/puffs/mount_9p/
ninepuffs.c 74 serverconnect(const char *hostname, const char *portname, int family)
83 if (portname == NULL) {
84 portname = DEFPORT_9P;
89 ret = getaddrinfo(hostname, portname, &hints, &ai0);
  /src/external/bsd/ipf/lib/
Makefile 76 portname.c \
  /src/external/bsd/libpcap/dist/
sockutils.c 907 const char *hostname, const char *portname)
911 if (hostname != NULL && portname != NULL)
913 hostname, portname);
917 else if (portname != NULL)
919 portname);
  /src/usr.sbin/moused/
moused.c 342 char *portname; /* /dev/XXX */ member in struct:rodentparam
362 .portname = NULL,
618 rodent.portname = optarg;
764 if (rodent.portname)
776 if ((rodent.mfd = open(rodent.portname, O_RDWR | O_NONBLOCK, 0))
778 logerr(1, "unable to open %s", rodent.portname);
780 logwarnx("cannot determine mouse type on %s", rodent.portname);
789 rodent.portname, r_if(rodent.hw.iftype),
792 printf("%s\n", rodent.portname);
802 rodent.portname, r_if(rodent.hw.iftype)
    [all...]
  /src/external/bsd/ipf/dist/
ipf.h 309 extern char *portname __P((int, int));
  /src/sys/dev/ic/
isp.c 2343 ISP_MEMCPY(pdb->portname, un.bill.pdb_portname, 8);
2362 ISP_MEMCPY(pdb->portname, un.fred.pdb_portname, 8);
2388 chan, loopid, pdb.portid, pdb.portname[0], pdb.portname[1],
2389 pdb.portname[2], pdb.portname[3], pdb.portname[4],
2390 pdb.portname[5], pdb.portname[6], pdb.portname[7])
    [all...]
ispmbox.h 1306 uint8_t portname[8]; member in struct:__anon2870
  /src/external/bsd/ntp/dist/sntp/libevent/
http.c 4231 char *hostname = NULL, *portname = NULL; local
4241 name_from_addr(sa, salen, &hostname, &portname);
4242 if (hostname == NULL || portname == NULL) {
4244 if (portname) mm_free(portname);
4249 __func__, hostname, portname, EV_SOCK_ARG(fd)));
4256 http->base, NULL, bev, hostname, atoi(portname));
4258 mm_free(portname);
  /src/external/bsd/libevent/dist/
http.c 4395 char *hostname = NULL, *portname = NULL; local
4405 name_from_addr(sa, salen, &hostname, &portname);
4406 if (hostname == NULL || portname == NULL) {
4408 if (portname) mm_free(portname);
4413 __func__, hostname, portname, EV_SOCK_ARG(fd)));
4420 http->base, NULL, bev, hostname, atoi(portname));
4422 mm_free(portname);
  /src/external/gpl2/xcvs/dist/src/
client.c 3357 * getservbyname (portname), if defined
3361 get_port_number (const char *envname, const char *portname, int defaultport)
3378 else if (portname && (s = getservbyname (portname, "tcp")))
  /src/sys/dev/audio/
audio.c 533 struct portname { struct
688 mixer_devinfo_t *, const struct portname *);
886 static const struct portname itable[] = {
892 static const struct portname otable[] = {
8657 mixer_devinfo_t *mi, const struct portname *tbl)

Completed in 55 milliseconds