Searched refs:pfrom (Results 1 – 6 of 6) sorted by relevance
7 bin_SCRIPTS = pfrom script13 pfrom: pfrom.in target14 sed -e "s!%libexecdir%!$(libexecdir)!" $(srcdir)/pfrom.in > $@17 man_MANS = push.8 pfrom.119 CLEANFILES = pfrom21 EXTRA_DIST = NTMakefile pfrom.in $(man_MANS)
33 * pfrom.1: work around bug in grog that makes it think it needs49 * add man-page for pfrom110 * Makefile.am (pfrom): fix typo128 * Makefile.am: clean pfrom138 * Makefile.in (pfrom): use libexecdir140 * Makefile.am: build and install pfrom147 * Makefile.in: build and install pfrom149 * pfrom.in: bindir -> libexecdir
396 bin_SCRIPTS = pfrom398 man_MANS = push.8 pfrom.1399 CLEANFILES = pfrom400 EXTRA_DIST = NTMakefile pfrom.in $(man_MANS)1032 pfrom: pfrom.in1033 sed -e "s!%libexecdir%!$(libexecdir)!" $(srcdir)/pfrom.in > $@
383 struct sockaddr_storage *pfrom; in receive_packet() local401 pfrom = (from == NULL) ? &from_local : from; in receive_packet()402 fromlen = sizeof(*pfrom); in receive_packet()403 n = recvfrom(peer, data, size, 0, (struct sockaddr *)pfrom, &fromlen); in receive_packet()428 if (((struct sockaddr_in *)(pfrom))->sin_addr.s_addr != in receive_packet()
44 int pfrom = GETARG_A(*previous); in luaK_nil() local45 int pl = pfrom + GETARG_B(*previous); in luaK_nil()46 if ((pfrom <= from && from <= pl + 1) || in luaK_nil()47 (from <= pfrom && pfrom <= l + 1)) { /* can connect both? */ in luaK_nil()48 if (pfrom < from) from = pfrom; /* from = min(from, pfrom) */ in luaK_nil()
135 int pfrom = GETARG_A(*previous); /* get previous range */ in luaK_nil() local136 int pl = pfrom + GETARG_B(*previous); in luaK_nil()137 if ((pfrom <= from && from <= pl + 1) || in luaK_nil()138 (from <= pfrom && pfrom <= l + 1)) { /* can connect both? */ in luaK_nil()139 if (pfrom < from) from = pfrom; /* from = min(from, pfrom) */ in luaK_nil()