Home
last modified time | relevance | path

Searched refs:LOGGER (Results 1 – 4 of 4) sorted by relevance

/src/tests/sys/netpfil/common/
H A Dpft_ping.py42 LOGGER = logging.getLogger(__name__) variable
146 LOGGER.debug(f'Sending UDP ping')
199 LOGGER.debug(f'Packet: {ip}')
201 LOGGER.debug('Packet is not IPv4!')
204 LOGGER.debug(f'Wrong IPv4 source {ip.src}, expected {src_address}')
207 LOGGER.debug(f'Wrong IPv4 destination {ip.dst}, expected {dst_address}')
210 LOGGER.debug(f'Wrong IP flags value {ip.flags}, expected {flags}')
213 LOGGER.debug(f'Wrong ToS value {ip.tos}, expected {tos}')
216 LOGGER.debug(f'Wrong TTL value {ip.ttl}, expected {ttl}')
229 LOGGER.debug('Packet is not IPv6!')
[all …]
/src/sbin/dhclient/
H A Ddhclient-script28 LOGGER="/usr/bin/logger -s -p user.notice -t dhclient"
30 LOGGER=echo
40 $LOGGER "New Hostname ($interface): $new_host_name"
44 $LOGGER "New Hostname ($interface): $new_host_name"
66 $LOGGER "New IP Address ($interface): $new_ip_address"
67 $LOGGER "New Subnet Mask ($interface): $new_subnet_mask"
68 $LOGGER "New Broadcast Address ($interface): $new_broadcast_address"
69 $LOGGER "New Routers ($interface): $new_routers"
156 $LOGGER "New Classless Static Routes ($interface): $classless_routes"
188 $LOGGER "New Static Routes ($interface): $new_static_routes"
[all …]
/src/libexec/rc/rc.d/
H A Dpower_profile19 LOGGER="logger -t power_profile -p daemon.notice"
72 ${LOGGER} "changed to 'performance'"
76 ${LOGGER} "changed to 'economy'"
/src/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.sh229 if [ -z "$SYSLOG" -o -z "$LOGGER" ]; then
242 $LOGGER $S -t "$SELF[$$]" -p "$LOGFAC.$1" "$2"