Searched refs:portspec (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/sbin/mount_nfs/
H A Dmount_nfs.c110 char *portspec = NULL; /* Server nfs port; NULL means look up via rpcbind. */ variable
277 if (portspec == NULL)
278 portspec = "2049";
281 asprintf(&portspec, "%d",
283 if (portspec == NULL)
762 if (getaddrinfo(hostp, portspec, &hints, &ai_nfs) != 0) {
764 if ((ecode = getaddrinfo(hostp, portspec, &hints, &ai_nfs))
766 if (portspec == NULL)
769 errx(1, "%s:%s: %s", hostp, portspec,
921 if (portspec !
[all...]
/freebsd-10.0-release/contrib/ipfilter/tools/
H A Dipnat_y.y127 %type <port> portspec
473 divdst: src addr ',' portspec dst addr ',' portspec IPNY_UDP
502 | IPNY_PORT '=' portspec
513 | IPNY_PORT '=' portspec
532 proxy: | IPNY_PROXY port portspec YY_STR '/' proto
558 | IPNY_PROXY port portspec YY_STR '/' proto IPNY_CONFIG YY_STR
723 portspec: label
737 portspec { $$.p1 = $1; $$.p2 = $1; }
738 | portspec '
[all...]
/freebsd-10.0-release/usr.bin/sockstat/
H A Dsockstat.c181 parse_ports(const char *portspec) argument
189 p = portspec;
/freebsd-10.0-release/sbin/pfctl/
H A Dparse.y481 %type <v.port> portspec port_list port_item
2733 | ipspec PORT portspec {
2737 | PORT portspec {
2972 portspec : port_item { $$ = $1; } label

Completed in 179 milliseconds